Namespace for character conversion utilities used by formatters.
Declared in <bslfmt_formattercharutil.h>
template<class t_CHAR>
struct FormatterCharUtil;
This struct provides a namespace for a utility functions that convert characters (e.g. char to wchar_t or lowercase characters to uppercase). Notice that this structure has specializations only for char and wchar_t types.
| Name | Description |
|---|---|
FormatterCharUtil<char> | FormatterCharUtil specialization for char output. |
FormatterCharUtil<wchar_t> | FormatterCharUtil specialization for wchar_t output. |