Synopsis

Declared in <fmt/format.h>

template<typename Char>
struct formatter<std::nullptr_t, Char>
    : formatter<void const*, Char>

Base Classes

Name

Description

formatter<void const*, Char>

Member Functions

Name

format

Created with MrDocs