logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::ctype_base - Base class for ctype.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                              std::ctype_base(3cxx)

Detailed Description

       Base class for ctype.

Name

       std::ctype_base - Base class for ctype.

Synopsis

       #include <locale>

       Inherited by std::__ctype_abstract_base<wchar_t>, std::__ctype_abstract_base<_CharT>, and std::ctype<char>.

   PublicTypestypedef const int * __to_typetypedef unsigned short maskStaticPublicAttributesstatic const mask alnumstatic const mask alphastatic const mask blankstatic const mask cntrlstatic const mask digitstatic const mask graphstatic const mask lowerstatic const mask printstatic const mask punctstatic const mask spacestatic const mask upperstatic const mask xdigit

See Also