27 template <
typename StreamType,
typename... Args>
AsciiReader(std::istream &stream)
Constructs an AsciiReader which reads from the given stream.
TableReader implementation for reading ASCII tables from streams.
static AsciiReader create(Args &&...args)
Constructs an AsciiReader which contains an object of type StreamType.