std::ctype<char>::ctype
Min standard notice:
Header: <locale>
Creates a std::ctype
# Declarations
explicit ctype( const mask* tbl = 0, bool del = false, std::size_t refs = 0);
# Parameters
tbl: classification table to use or a null pointerdel: indicator whether the table needs to be deletedrefs: starting reference count
# Example
This section is incompleteReason: no example