This struct provides a function that returns a category of the formatter in accordance with the (template parameter) t_VALUE_TYPE.
Declared in <bslfmt_formatterintegralbase.h>
template<class t_VALUE_TYPE>
struct FormatterIntegral_Category;
| Name | Description |
|---|---|
category | Return the format category for t_VALUE_TYPE. |
| Name | Description |
|---|---|
FormatterIntegral_Category<bool> | This is a specialization of FormatterIntegral_Category template for bool. |
FormatterIntegral_Category<char> | This is a specialization of FormatterIntegral_Category template for char. |
FormatterIntegral_Category<bsl::nullptr_t> | This is a specialization of FormatterIntegral_Category template for bsl::nullptr_t. |
FormatterIntegral_Category<wchar_t> | This is a specialization of FormatterIntegral_Category template for wchar_t. |
FormatterIntegral_Category<void*> | This is a specialization of FormatterIntegral_Category template for void *. |
FormatterIntegral_Category<void const*> | This is a specialization of FormatterIntegral_Category template for const void *. |