argagg
|
Represents a list of comma-separated values. This is defined as a new type to embed the delimiter semantics into the type (if it was just a std::vector then it's not clear what the delimiter is). More...
#include <csv.hpp>
Public Attributes | |
std::vector< T > | values |
Represents a list of comma-separated values. This is defined as a new type to embed the delimiter semantics into the type (if it was just a std::vector then it's not clear what the delimiter is).
std::vector<T> argagg::csv< T >::values |