Namespaces
Variants
Views
Actions

Standard library header <cwchar>

From cppreference.com
< cpp‎ | header
Revision as of 08:02, 11 December 2012 by Bazzy (Talk | contribs)

 
 
Standard library headers
Algorithms
<algorithm>
<numeric>
Strings
<cctype>
<cstring>
<cuchar> (C++11)
<cwchar>
<cwctype>
<string_view> (C++17)
<string>
Text processing
<clocale>
<codecvt> (C++11/17/26*)
<locale>
<regex> (C++11)
<text_encoding> (C++26)   
Numerics
<cfenv> (C++11)
<cmath>
<complex>
<linalg> (C++26)
<numbers> (C++20)
<random> (C++11)
<valarray>
Time
<chrono> (C++11)
<ctime>
C compatibility
<ccomplex> (C++11/17/20*)
<ciso646> (until C++20)
<cstdalign> (C++11/17/20*)
<cstdbool> (C++11/17/20*)
<ctgmath> (C++11/17/20*)
 

This header is part of the null-terminated wide and multibyte strings libraries. It also provides some C-style I/O functions and conversion fom C-style Date.

Contents

Macros

implementation-defined null pointer constant
(macro constant) [edit]
WEOF
a non-character value of type wint_t used to indicate errors
(macro constant)
WCHAR_MIN
the smallest valid value of wchar_t
(macro constant)
WCHAR_MAX
the largest valid value of wchar_t
(macro constant)

Types

Template:cpp/string/multibyte/dcl list mbstate tTemplate:cpp/chrono/c/dcl list tm
unsigned integer type returned by the sizeof operator
(typedef) [edit]
wint_t integer type that can hold any valid wide character and at least one more value

Functions

Template:cpp/string/wide/dcl list wcscpyTemplate:cpp/string/wide/dcl list wcsncpyTemplate:cpp/string/wide/dcl list wcscatTemplate:cpp/string/wide/dcl list wcsncatTemplate:cpp/string/wide/dcl list wcsxfrmTemplate:cpp/string/wide/dcl list wcslenTemplate:cpp/string/wide/dcl list wcscmpTemplate:cpp/string/wide/dcl list wcsncmpTemplate:cpp/string/wide/dcl list wcscollTemplate:cpp/string/wide/dcl list wcschrTemplate:cpp/string/wide/dcl list wcsrchrTemplate:cpp/string/wide/dcl list wcsspnTemplate:cpp/string/wide/dcl list wcscspnTemplate:cpp/string/wide/dcl list wcspbrkTemplate:cpp/string/wide/dcl list wcsstrTemplate:cpp/string/wide/dcl list wcstokTemplate:cpp/string/wide/dcl list wmemcpyTemplate:cpp/string/wide/dcl list wmemmoveTemplate:cpp/string/wide/dcl list wmemcmpTemplate:cpp/string/wide/dcl list wmemchrTemplate:cpp/string/wide/dcl list wmemsetTemplate:cpp/string/multibyte/dcl list mbsinitTemplate:cpp/string/multibyte/dcl list btowcTemplate:cpp/string/multibyte/dcl list wctobTemplate:cpp/string/multibyte/dcl list mbrlenTemplate:cpp/string/multibyte/dcl list mbrtowcTemplate:cpp/string/multibyte/dcl list wcrtombTemplate:cpp/string/multibyte/dcl list mbsrtowcsTemplate:cpp/string/multibyte/dcl list wcsrtombsTemplate:cpp/io/c/dcl list fgetwcTemplate:cpp/io/c/dcl list fgetwsTemplate:cpp/io/c/dcl list fputwcTemplate:cpp/io/c/dcl list fputwsTemplate:cpp/io/c/dcl list getwcharTemplate:cpp/io/c/dcl list putwcharTemplate:cpp/io/c/dcl list ungetwcTemplate:cpp/io/c/dcl list fwideTemplate:cpp/io/c/dcl list fwscanfTemplate:cpp/io/c/dcl list vfwscanfTemplate:cpp/io/c/dcl list fwprintfTemplate:cpp/io/c/dcl list vfwprintfTemplate:cpp/chrono/c/dcl list wcsftimeTemplate:cpp/string/wide/dcl list wcstolTemplate:cpp/string/wide/dcl list wcstoulTemplate:cpp/string/wide/dcl list wcstof
String manipulation
String examination
Wide character array manipulation
Multibyte/wide character conversion
Input/Output
String conversions


Notes