GridFormat 0.2.1
I/O-Library for grid-like data structures
|
Ascii encoder.
#include <ascii.hpp>
Public Member Functions | |
constexpr | Ascii (AsciiFormatOptions opts) |
template<typename S > | |
constexpr auto | operator() (S &s) const noexcept |
Create an ascii stream with the defined options. | |
constexpr AsciiFormatOptions | options () const |
Return the current options. | |
Static Public Member Functions | |
static constexpr auto | with (AsciiFormatOptions opts) |
Return a new instance with different options. | |