|
bool | parse_view (std::string_view sv) |
|
RowIterator | begin () const |
|
RowIterator | end () const |
|
Row | header () const |
|
size_t | rows (bool ignore_empty_lines=false) const |
|
size_t | cols () const |
|
◆ rows()
template<class delimiter = delimiter<','>, class quote_character = quote_character<'"'>, class first_row_is_header = first_row_is_header<true>, class trim_policy = trim_policy::trim_whitespace>
- Returns
- The number of rows (excluding the header)
The documentation for this class was generated from the following file: