std::ctype_base

Header: <locale>

The class std::ctype_base lists the character classification categories which are inherited by the std::ctype facets.

# Declarations

class ctype_base;

# See also