This class is an helper to produce csv headers from multi-array. More...
#include <csv_multiarray.hpp>
Public Member Functions | |
csv_col_str (std::string prp, std::stringstream &str) | |
This class is an helper to produce csv headers from multi-array.
Usage:
Will produce ",test[0],test[1],test[2]"
Definition at line 32 of file csv_multiarray.hpp.