Namespace for character conversion utilities used by formatters.
Synopsis
Declared in <bslfmt_formattercharutil.h>
template<class t_CHAR>
struct FormatterCharUtil;
Description
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.
Specializations
Name |
Description |
|
|
|
Created with MrDocs