BloombergLP::bslfmt::FormatterCharUtil

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

NameDescription
FormatterCharUtil<char> FormatterCharUtil specialization for char output.
FormatterCharUtil<wchar_t> FormatterCharUtil specialization for wchar_t output.