template <typename Char>
struct arg_formatter
Defined at line 3546 of file ../../third_party/fmtlib/src/include/fmt/format.h
Public Members
basic_appender<Char> out
const format_specs & specs
locale_ref locale
Public Methods
template <typename T, FMT_ENABLE_IF(is_builtin<T>::value)>
void operator() (T value)
Defined at line 3552 of file ../../third_party/fmtlib/src/include/fmt/format.h
template <typename T, FMT_ENABLE_IF(!is_builtin<T>::value)>
void operator() (T )
Defined at line 3557 of file ../../third_party/fmtlib/src/include/fmt/format.h
void operator() (typename basic_format_arg<buffered_context<Char>>::handle )
Defined at line 3561 of file ../../third_party/fmtlib/src/include/fmt/format.h