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.
Synopsis
Declared in <bslfmt_formattercharutil.h>
template<class t_CHAR>
struct FormatterCharUtil;
Specializations
Name |
Description |
This is a specialization of |
|
This is a specialization of |
Created with MrDocs