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 |
Base class for integral and integral‐like |
Member Functions
Name |
Description |
Format a |
|
Write the output prefix for |
|
Write the string representation of |
|
Copy the formatted prefix and value into |
|
Parse the specified |
|
Return a reference to the specification of this formatter. |
Created with MrDocs