fmt::formatter<std::nullptr_t, Char>::format

Synopsis

Declared in <fmt/format.h>
template<typename FormatContext>
constexpr
decltype()
format(
    std::nullptr_t value,
    FormatContext& ctx) const;

Created with MrDocs