Vince's CSV Parser
csv_row.cpp File Reference

Defines the data type used for storing information about a CSV row. More...

#include <cassert>
#include <functional>
#include "csv_row.hpp"

Go to the source code of this file.

Namespaces

 csv
 The all encompassing namespace.
 
 csv::internals
 Stuff that is generally not of interest to end-users.
 

Functions

 csv::CSVRow::operator std::vector< std::string > () const
 
 csv::HEDLEY_NON_NULL (2) CSVRow
 

Detailed Description

Defines the data type used for storing information about a CSV row.

Definition in file csv_row.cpp.