E-MailRelay
|
Private implementation structure for G::StringWrap. More...
Public Attributes | |
string_view | prefix_first |
string_view | prefix_other |
std::size_t | width_first |
std::size_t | width_other |
bool | preserve_spaces |
Private implementation structure for G::StringWrap.
Definition at line 31 of file gstringwrap.cpp.
string_view G::StringWrap::Config::prefix_first |
Definition at line 33 of file gstringwrap.cpp.
string_view G::StringWrap::Config::prefix_other |
Definition at line 34 of file gstringwrap.cpp.
bool G::StringWrap::Config::preserve_spaces |
Definition at line 37 of file gstringwrap.cpp.
std::size_t G::StringWrap::Config::width_first |
Definition at line 35 of file gstringwrap.cpp.
std::size_t G::StringWrap::Config::width_other |
Definition at line 36 of file gstringwrap.cpp.