Standard library header <cwctype> - cppreference.com
Namespaces
Variants

Standard library header <cwctype>

From cppreference.com
 
 
Standard library headers
 

This header was originally in the C standard library as <wctype.h>.

This header is part of the C-style null-terminated wide strings library.

Types

wctrans_t scalar type that holds locale-specific character mapping
wctype_t scalar type that holds locale-specific character classification
wint_t integer type that can hold any valid wide character and at least one more value

Macros

WEOF
a non-character value of type wint_t used to indicate errors
(macro constant)

Functions