template <typename T, typename Char = char, typename Enable = void>
struct formatter
Defined at line 664 of file ../../third_party/fmtlib/src/include/fmt/base.h
A formatter for objects of type T.
Public Methods
void formatter<T, Char, Enable> ()
A deleted default constructor indicates a disabled formatter.
Defined at line 666 of file ../../third_party/fmtlib/src/include/fmt/base.h