Specializes formatter<Type, Char> to format Type values the same way as Base, by delegating to formatter<Base, Char>.
Declared in <fmt/format.h>
template<typename Char>
struct formatter<std::nullptr_t, Char>
: formatter<void const*, Char>
| Name | Description |
|---|---|
formatter<void const*, Char> | A formatter for objects of type T. |
| Name | Description |
|---|---|
format | Formats value by delegating to the Base formatter. |