Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
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 105 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)
 

Constructor & Destructor Documentation

◆ CSVLine()

template<typename... ELMS, typename = meta::disable_if_self<CSVLine,ELMS...>>
CSVLine ( ELMS &&...  items)
inline

Definition at line 111 of file csv.hpp.

References lib::meta::forEach().

+ Here is the call graph for this function:

Member Typedef Documentation

◆ value_type

using value_type = string

Definition at line 108 of file csv.hpp.

Member Function Documentation

◆ operator+=()

template<typename X >
CSVLine & operator+= ( X const &  x)
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:

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