This struct is a specialization of the bsl::formatter template for the bsl::nullptr_t.

Synopsis

Declared in <bslfmt_formatterpointer.h>

template<class t_CHAR>
struct FormatterPointer_Nullptr
    : FormatterIntegralBase<bsl::nullptr_t, t_CHAR>

Base Classes

Name

Description

FormatterIntegralBase<bsl::nullptr_t, t_CHAR>

Base class for integral and integral‐like bsl::formatter specializations.

Member Functions

Name

Description

format

Format a bsl::nullptr_t value into formatContext.

formatPrefix

Write the output prefix for value into prefixStorage.

formatValue

Write the string representation of value into valueStorage.

outputValue

Copy the formatted prefix and value into formatContext.

parse

Parse the specified parseContext and return an iterator, pointing to the beginning of the format string.

specification

Return a reference to the specification of this formatter.

Created with MrDocs