MT Core (C++)
Core library for replacing C++ standard in project usage
|
Formatter for characters Format specifier options for output: More...
#include <formats.hpp>
Static Public Member Functions | |
template<WriterImpl WI> | |
static Result< size_t, typename Writer< WI >::ErrType > | fmt (Writer< WI > &writer, const FormatOptions &opts, const char &ch) |
Formatter for characters Format specifier options for output:
0<2;
) - Must come before other options if present (i.e. 0<2;x
not x0<2;
)x
for lowercase hexX
for uppercase hexo
for octalb
for binaryd
for decimal (numeric, base 10)s
(or none) for stringDefinition at line 174 of file formats.hpp.
|
static |
Definition at line 700 of file formats.hpp.