template <typename T, typename Char, type TYPE>
struct native_formatter
Defined at line 2399 of file ../../third_party/fmtlib/src/include/fmt/base.h
TYPE can be different from type_constant
<T
>, e.g. for __float128.
Public Methods
const Char * parse (parse_context<Char> & ctx)
Defined at line 2406 of file ../../third_party/fmtlib/src/include/fmt/base.h
template <type U = TYPE, FMT_ENABLE_IF(U == type::string_type || U == type::cstring_type ||
U == type::char_type)>
void set_debug_format (bool set)
Defined at line 2416 of file ../../third_party/fmtlib/src/include/fmt/base.h
template <typename FormatContext>
decltype(ctx.out()) format (const T & val, FormatContext & ctx)
Defined at line 3696 of file ../../third_party/fmtlib/src/include/fmt/format.h