cppreference.com
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
View
Edit
History
Actions
iswspace
From cppreference.com
<
c
|
string
|
wide
C
Compiler support
Language
Headers
Type support
Program utilities
Variadic function support
Error handling
Dynamic memory management
Strings library
Algorithms
Numerics
Date and time utilities
Input/output support
Localization support
Concurrency support
(C11)
Technical Specifications
Symbol index
[edit]
Strings library
Null-terminated byte strings
Null-terminated multibyte strings
Null-terminated wide strings
[edit]
Null-terminated wide strings
Functions
Character classification
iswalnum
(C95)
iswalpha
(C95)
iswlower
(C95)
iswupper
(C95)
iswdigit
(C95)
iswxdigit
(C95)
iswblank
(C99)
iswctype
(C95)
iswcntrl
(C95)
iswgraph
(C95)
iswspace
(C95)
iswprint
(C95)
iswpunct
(C95)
wctype
(C95)
Character manipulation
towlower
(C95)
towupper
(C95)
wctrans
(C95)
towctrans
(C95)
Conversions to numeric formats
wcstol
wcstoll
(C95)
(C99)
wcstof
wcstod
wcstold
(C99)
(C95)
(C99)
wcstoul
wcstoull
(C95)
(C99)
wcstoimax
wcstoumax
(C99)
(C99)
String manipulation
wcscpy
wcscpy_s
(C95)
(C11)
wcsncpy
wcsncpy_s
(C95)
(C11)
wcsxfrm
(C95)
wcscat
wcscat_s
(C95)
(C11)
wcsncat
wcsncat_s
(C95)
(C11)
String examination
wcslen
wcsnlen_s
(C95)
(C11)
wcsstr
(C95)
wcscmp
(C95)
wcsncmp
(C95)
wcscoll
(C95)
wcschr
(C95)
wcsrchr
(C95)
wcspbrk
(C95)
wcsspn
(C95)
wcscspn
(C95)
wcstok
wcstok_s
(C95)
(C11)
Array manipulation
wmemcpy
wmemcpy_s
(C95)
(C11)
wmemmove
wmemmove_s
(C95)
(C11)