MT Core (C++)
Core library for replacing C++ standard in project usage
|
#include <slice.hpp>
Public Types | |
using | ReadElem = Row |
using | ErrType = ReadError |
Public Member Functions | |
Result< Slice< const ReadElem >, ErrType > | read (Slice< ReadElem > out) |
Public Attributes | |
Iter | iter |
Definition at line 98 of file csv/slice.hpp.
Definition at line 100 of file csv/slice.hpp.
Definition at line 99 of file csv/slice.hpp.
|
inline |
Definition at line 103 of file csv/slice.hpp.
Iter mtcore::csv::SliceParser::RowReader::iter |
Definition at line 101 of file csv/slice.hpp.