centos man page for std::ctype_base

Query: std::ctype_base

OS: centos

Section: 3

Links: centos man pages   all man pages   forum categories

Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

std::ctype_base(3)					     Library Functions Manual						std::ctype_base(3)

NAME
std::ctype_base -
SYNOPSIS
Inherited by std::__ctype_abstract_base< wchar_t >, std::__ctype_abstract_base< _CharT >, and std::ctype< char >. Public Types typedef const int * __to_type typedef unsigned short mask Static Public Attributes static const mask alnum static const mask alpha static const mask cntrl static const mask digit static const mask graph static const mask lower static const mask print static const mask punct static const mask space static const mask upper static const mask xdigit Detailed Description Base class for ctype. Definition at line 41 of file ctype_base.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::ctype_base(3)