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.
Declared in <bslfmt_formattercharutil.h>
template<class t_CHAR>
struct FormatterCharUtil;
| Name | Description |
|---|---|
FormatterCharUtil<char> | This is a specialization of FormatterCharUtil template providing utility functions for outputting data to the objects specialized by char type and referred by the corresponding output iterator. |
FormatterCharUtil<wchar_t> | This is a specialization of FormatterCharUtil template providing utility functions for outputting data to the objects specialized by wchar_t type and referred by the corresponding output iterator. |