<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 */
| Name | Description | 
|---|---|
| /* implementation-defined */ |