This struct is a base class for bsl::formatter specializations for integer types as well as for other types that can be represented as integer (i.e. bool, character and pointer types). This is a private class and should not be used directly. The formatting of variables of a certain type is performed using the corresponding classes inherited from this one. Accordingly, the auxiliary functions used are declared protected.
Synopsis
Declared in <bslfmt_formatterintegralbase.h>
template<
class t_VALUE,
class t_CHAR>
struct FormatterIntegralBase;
Member Functions
Name |
Description |
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. |
Derived Classes
Name |
Description |
This struct is a specialization of the |
Created with MrDocs