GridFormat 0.2.1
I/O-Library for grid-like data structures
|
Wrapper around a given stream to write formatted ascii output.
#include <ascii.hpp>
Public Member Functions | |
AsciiOutputStream (OStream &s, AsciiFormatOptions opts={}) | |
template<typename T , std::size_t size> | |
void | write (std::span< T, size > data) |
Public Attributes | |
AsciiFormatOptions | _opts |