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 |
This struct is a base class for |
Member Functions
Name |
Description |
Create string representation of the |
|
Create the prefix for output of the specified |
|
Create the string representation of the specified |
|
Copy the prefix of value string representation starting at the specified |
|
Parse the specified |
|
Return a reference to the specification of this formatter. |
Created with MrDocs