Classes | |
class | get_next_line |
struct | params |
class | split_on_delim |
class | to_num |
Utility to parse numbers. More... | |
Typedefs | |
using | row_t = std::vector< std::string > |
Functions | |
auto | from (std::istream &istr, char delim='\t', params params={}) -> fn::impl::seq< fn::impl::transform< tsv::split_on_delim >::gen< fn::impl::catch_end< tsv::get_next_line > > > |
Read tab-separated-values from stream. More... | |
using rangeless::tsv::row_t = typedef std::vector<std::string> |
|
inline |
Read tab-separated-values from stream.