class loc_value
Defined at line 3780 of file ../../third_party/fmtlib/src/include/fmt/format.h
Public Methods
template <typename T, FMT_ENABLE_IF(!detail::is_float128<T>::value)>
void loc_value (T value)
Defined at line 3786 of file ../../third_party/fmtlib/src/include/fmt/format.h
template <typename T, FMT_ENABLE_IF(detail::is_float128<T>::value)>
void loc_value (T )
Defined at line 3789 of file ../../third_party/fmtlib/src/include/fmt/format.h
template <typename Visitor>
decltype(vis(0)) visit (Visitor && vis)
Defined at line 3791 of file ../../third_party/fmtlib/src/include/fmt/format.h