Definition in file locale_facets.h.
Go to the source code of this file.
|
Convenience interface to ctype.is(ctype_base::alnum, __c).
Definition at line 4556 of file locale_facets.h. |
|
Convenience interface to ctype.is(ctype_base::alpha, __c).
Definition at line 4532 of file locale_facets.h. |
|
Convenience interface to ctype.is(ctype_base::cntrl, __c).
Definition at line 4514 of file locale_facets.h. |
|
Convenience interface to ctype.is(ctype_base::digit, __c).
Definition at line 4538 of file locale_facets.h. |
|
Convenience interface to ctype.is(ctype_base::graph, __c).
Definition at line 4562 of file locale_facets.h. |
|
Convenience interface to ctype.is(ctype_base::lower, __c).
Definition at line 4526 of file locale_facets.h. |
|
Convenience interface to ctype.is(ctype_base::print, __c).
Definition at line 4508 of file locale_facets.h. |
|
Convenience interface to ctype.is(ctype_base::punct, __c).
Definition at line 4544 of file locale_facets.h. |
|
Convenience interface to ctype.is(ctype_base::space, __c).
Definition at line 4502 of file locale_facets.h. |
|
Convenience interface to ctype.is(ctype_base::upper, __c).
Definition at line 4520 of file locale_facets.h. |
|
Convenience interface to ctype.is(ctype_base::xdigit, __c).
Definition at line 4550 of file locale_facets.h. |
|
Convenience interface to ctype.tolower(__c).
Definition at line 4574 of file locale_facets.h. |
|
Convenience interface to ctype.toupper(__c).
Definition at line 4568 of file locale_facets.h. |