fmt::formatter<T, Char>

Synopsis

Declared in <fmt/base.h>
template<
    typename T,
    typename Char>
requires detail::type_constant<T, Char>::value !=
                             detail::type::custom_type
struct formatter<T, Char>
    : /* implementation-defined */

Base Classes

Name Description
/* implementation-defined */

Created with MrDocs