Vince's CSV Parser
Loading...
Searching...
No Matches
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

namespace  csv
 The all encompassing namespace.
 

Functions

csv::string_view csv::internals::get_trimmed (csv::string_view sv, const WhitespaceMap &ws_flags) noexcept
 
 csv::CSVRow::operator std::vector< std::string > () const
 
 csv::CSV_NON_NULL (2) CSVRow
 

Detailed Description

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

Definition in file csv_row.cpp.

Function Documentation

◆ get_trimmed()

csv::string_view csv::internals::get_trimmed ( csv::string_view  sv,
const WhitespaceMap ws_flags 
)
noexcept

Definition at line 11 of file csv_row.cpp.