A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../error/error_code/../../../cpp/header/cuchar.html below:

Standard library header <cuchar>Â (C++11)

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

This header is part of the null-terminated multibyte strings library.

Macros indicates that UTF-16 encoding is used by mbrtoc16 and c16rtomb
(macro constant) indicates that UTF-32 encoding is used by mbrtoc32 and c32rtomb
(macro constant) Types conversion state information necessary to iterate multibyte character strings
(class) [edit] unsigned integer type returned by the sizeof operator
(typedef) [edit] Functions converts a narrow multibyte character to UTF-16 encoding
(function) [edit] converts a UTF-16 character to narrow multibyte encoding
(function) [edit] converts a narrow multibyte character to UTF-32 encoding
(function) [edit] converts a UTF-32 character to narrow multibyte encoding
(function) [edit] converts a narrow multibyte character to UTF-8 encoding
(function) [edit] converts UTF-8 string to narrow multibyte encoding
(function) [edit] [edit] Synopsis
namespace std {
  using mbstate_t = /* see description */;
  using size_t = /* see description */;
 
  size_t mbrtoc8(char8_t* pc8, const char* s, size_t n, mbstate_t* ps);
  size_t c8rtomb(char* s, char8_t c8, mbstate_t* ps);
  size_t mbrtoc16(char16_t* pc16, const char* s, size_t n, mbstate_t* ps);
  size_t c16rtomb(char* s, char16_t c16, mbstate_t* ps);
  size_t mbrtoc32(char32_t* pc32, const char* s, size_t n, mbstate_t* ps);
  size_t c32rtomb(char* s, char32_t c32, mbstate_t* ps);
}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4