MT Core (C++)
Core library for replacing C++ standard in project usage
|
CSV options for defining the CSV format. More...
#include <common.hpp>
Public Member Functions | |
bool | valid () const |
Public Attributes | |
Optional< char > | cr = '\r' |
char | lf = '\n' |
char | quote = '"' |
char | sep = ',' |
size_t | internalIterLimit = 65536 |
CSV options for defining the CSV format.
Allows for overriding newlines, quotes, separators, etc.
Definition at line 78 of file common.hpp.
|
nodiscard |
Optional<char> mtcore::csv::Options::cr = '\r' |
Definition at line 79 of file common.hpp.
size_t mtcore::csv::Options::internalIterLimit = 65536 |
Definition at line 83 of file common.hpp.
char mtcore::csv::Options::lf = '\n' |
Definition at line 80 of file common.hpp.
char mtcore::csv::Options::quote = '"' |
Definition at line 81 of file common.hpp.
char mtcore::csv::Options::sep = ',' |
Definition at line 82 of file common.hpp.