Lumiera  0.pre.03
»edit your freedom«
CSVLine Struct Reference

#include "lib/stat/csv.hpp"

Description

A string with the ability to construct or append the CSV-rendering of data fields.

Definition at line 114 of file csv.hpp.

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 >
CSVLineoperator+= (X const &x)
 
+ Inheritance diagram for CSVLine:
+ Collaboration diagram for CSVLine:

The documentation for this struct was generated from the following file: