27 template <
typename StreamType,
typename... Args>
TableWriter implementation for writing ASCII tables to streams.
AsciiWriter(std::ostream &stream)
Constructs an AsciiWriter which writes to the given stream.
static AsciiWriter create(Args &&...args)
Constructs an AsciiWriter which contains an object of type StreamType.