Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/stat/csv.hpp"
A string with the ability to construct or append the CSV-rendering of data fields.
Public Types | |
using | value_type = string |
Public Member Functions | |
template<typename... ELMS, typename = meta::disable_if_self<CSVLine,ELMS...>> | |
CSVLine (ELMS &&...items) | |
template<typename X > | |
CSVLine & | operator+= (X const &x) |