MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::csv::SliceParser::Iter Struct Reference

#include <slice.hpp>

Collaboration diagram for mtcore::csv::SliceParser::Iter:

Public Types

using IterElem = Row
 

Public Member Functions

Optional< Rownext ()
 
Optional< ReadErrorerror () const
 

Public Attributes

FieldParser parser
 

Detailed Description

Definition at line 85 of file csv/slice.hpp.

Member Typedef Documentation

◆ IterElem

Definition at line 88 of file csv/slice.hpp.

Member Function Documentation

◆ error()

Optional< ReadError > mtcore::csv::SliceParser::Iter::error ( ) const
inlinenodiscard

Definition at line 91 of file csv/slice.hpp.

91{ return parser.error; };

◆ next()

Optional< Row > mtcore::csv::SliceParser::Iter::next ( )

Member Data Documentation

◆ parser

FieldParser mtcore::csv::SliceParser::Iter::parser

Definition at line 86 of file csv/slice.hpp.


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