|
tzutrader
A composable C++ backtesting library for trading strategies (experimental)
|
#include <streamers.h>
Public Types | |
| using | Iterator = ParseIterator<T, CsvParseTraits<T>> |
Public Member Functions | |
| Csv (std::istream &input, bool has_headers=true) | |
| Iterator | begin () |
| Iterator | end () |
A simple CSV reader that provides an iterable interface to parse lines from a stream into a specific data type. It uses the CsvParseTraits specialization for the given type to perform the parsing.
| using tzu::Csv< T >::Iterator = ParseIterator<T, CsvParseTraits<T>> |
|
inlineexplicit |