struct dynamic_spec_getter
Defined at line 3567 of file ../../third_party/fmtlib/src/include/fmt/format.h
Public Methods
template <typename T, FMT_ENABLE_IF(is_integer<T>::value)>
unsigned long long operator() (T value)
Defined at line 3569 of file ../../third_party/fmtlib/src/include/fmt/format.h
template <typename T, FMT_ENABLE_IF(!is_integer<T>::value)>
unsigned long long operator() (T )
Defined at line 3574 of file ../../third_party/fmtlib/src/include/fmt/format.h