MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::csv::Reader< RI > Struct Template Reference

#include <reader.hpp>

Collaboration diagram for mtcore::csv::Reader< RI >:

Classes

struct  Field
 

Public Types

using ReadElem = Field
 

Public Attributes

io::Reader< RI > & underlying
 

Detailed Description

template<ReaderImpl RI>
struct mtcore::csv::Reader< RI >

Definition at line 11 of file csv/reader.hpp.

Member Typedef Documentation

◆ ReadElem

template<ReaderImpl RI>
using mtcore::csv::Reader< RI >::ReadElem = Field

Definition at line 16 of file csv/reader.hpp.

Member Data Documentation

◆ underlying

template<ReaderImpl RI>
io::Reader<RI>& mtcore::csv::Reader< RI >::underlying

Definition at line 12 of file csv/reader.hpp.


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