Vince's CSV Parser
Loading...
Searching...
No Matches
csv::DataFrame< KeyType >::const_row_accessor Struct Reference

Public Member Functions

DataFrameRow< KeyType > operator() (const DataFrame< KeyType > *owner, size_t row_index) const
 

Detailed Description

template<typename KeyType = std::string>
struct csv::DataFrame< KeyType >::const_row_accessor

Definition at line 866 of file data_frame.hpp.

Member Function Documentation

◆ operator()()

template<typename KeyType = std::string>
DataFrameRow< KeyType > csv::DataFrame< KeyType >::const_row_accessor::operator() ( const DataFrame< KeyType > *  owner,
size_t  row_index 
) const
inline

Definition at line 867 of file data_frame.hpp.


The documentation for this struct was generated from the following file: