ctype::char_type

A type that describes a character used by a locale.

typedef CharType char_type;

Remarks

The type is a synonym for the template parameter CharType.

Example

See the member function widen for an example that uses char_type as a return value.

Requirements

Header: <locale>

Namespace: std

See Also

Reference

ctype Class

Other Resources

ctype Members