Vince's CSV Parser
Loading...
Searching...
No Matches
csv_writer_extensions.hpp File Reference

Fast CSVWriter overloads for CSVRow and DataFrame. More...

#include "csv_row.hpp"
#include "csv_writer.hpp"
#include "data_frame.hpp"

Go to the source code of this file.

Namespaces

namespace  csv
 The all encompassing namespace.
 

Functions

template<class OutputStream , char Delim, char Quote, bool Flush>
DelimWriter< OutputStream, Delim, Quote, Flush > & csv::operator<< (DelimWriter< OutputStream, Delim, Quote, Flush > &writer, const CSVRow &row)
 
template<class OutputStream , char Delim, char Quote, bool Flush, typename KeyType >
DelimWriter< OutputStream, Delim, Quote, Flush > & csv::operator<< (DelimWriter< OutputStream, Delim, Quote, Flush > &writer, const DataFrameRow< KeyType > &row)
 Overload for writing a DataFrameRow (respects sparse overlay edits).
 

Detailed Description

Fast CSVWriter overloads for CSVRow and DataFrame.

Definition in file csv_writer_extensions.hpp.