![]() |
Lumiera 0.pre.04
»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) |
|
inline |
Definition at line 111 of file csv.hpp.
References lib::meta::forEach().
Here is the call graph for this function:| using value_type = string |
|
inline |
Definition at line 122 of file csv.hpp.
References lib::stat::appendCsvField().
Here is the call graph for this function:
Inheritance diagram for CSVLine:
Collaboration diagram for CSVLine: