std::ctype<char>::ctype

Header: <locale>

Creates a std::ctype facet and forwards the starting reference count refs to the base class constructor, locale::facet::facet().

# Declarations

explicit ctype( const mask* tbl = 0, bool del = false, std::size_t refs = 0);

# Parameters

# Example

This section is incompleteReason: no example