template <typename Char = char>
struct loc_writer
Defined at line 1992 of file ../../third_party/fmtlib/src/include/fmt/format.h
Public Members
basic_appender<Char> out
const format_specs & specs
std::basic_string<Char> sep
basic_string grouping
std::basic_string<Char> decimal_point
Public Methods
template <typename T, FMT_ENABLE_IF(is_integer<T>::value)>
bool operator() (T value)
Defined at line 2000 of file ../../third_party/fmtlib/src/include/fmt/format.h
template <typename T, FMT_ENABLE_IF(!is_integer<T>::value)>
bool operator() (T )
Defined at line 2008 of file ../../third_party/fmtlib/src/include/fmt/format.h