[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/string/wide/wctype [Back]  [Original]

std::wctype cppreference.com
cppreference.com

std::wctype

cppreference.com
<tbody> </tbody>
std::wctype_t wctype( const char* str );

std::wctype_t, LC_CTYPE . , , "jkanji".

str C,

str C:

value of str effect
"alnum" , std::iswalnum
"alpha" , std::iswalpha
"blank" , std::iswblank (C++11)
"cntrl" , std::iswcntrl
"digit" , std::iswdigit
"graph" , std::iswgraph
"lower" , std::iswlower
"print" , std::iswprint
"space" , std::iswspace
"upper" , std::iswupper
"xdigit" , std::iswxdigit

std::wctype_t, std::iswctype C , str , C.

LC_CTYPE
() []
C wctype

Web Proxy Viewer  |  New URL  |  Original Page