Classes | |
struct | csv_reader_facet |
a helper construct to facilitate reading csv files More... | |
Functions | |
template<typename T > | |
static std::vector< T > | get_data (std::string filepath) |
A simple csv reader function which just gets all data T from a file as a vector of T, usual separators like comma semicolon and tab are ignored during read. data vector is flat. More... | |
|
static |
A simple csv reader function which just gets all data T from a file as a vector of T, usual separators like comma semicolon and tab are ignored during read. data vector is flat.
T |