GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::AsciiFormatOptions Struct Reference

Options for fomatted output of ranges with ascii encoding.

#include <ascii.hpp>

Public Attributes

ReservedString< 30 > delimiter {""}
 
ReservedString< 30 > line_prefix {""}
 
std::size_t entries_per_line = std::numeric_limits<std::size_t>::max()
 
std::size_t num_cached_lines = 100
 Number of line cached between flushing the buffer.
 

Friends

bool operator== (const AsciiFormatOptions &a, const AsciiFormatOptions &b)
 

The documentation for this struct was generated from the following file: