8#include "data_frame.hpp"
12 template<
class OutputStream,
char Delim,
char Quote,
bool Flush>
15 return writer << row.to_sv_range();
19 template<
class OutputStream,
char Delim,
char Quote,
bool Flush,
typename KeyType>
22 return writer << row.to_sv_range();
Data structure for representing CSV rows.
Proxy class that wraps a CSVRow and intercepts field access to check for edits.
Class for writing delimiter separated values files.
Defines the data type used for storing information about a CSV row.
A standalone header file for writing delimiter-separated files.
The all encompassing namespace.