std::mbrtoc32

Header: <cuchar>

Converts a narrow multibyte character to its UTF-32 character representation.

# Declarations

std::size_t mbrtoc32( char32_t* pc32,
const char* s,
std::size_t n,
std::mbstate_t* ps );

(since C++11)

# Parameters

# Return value

The first of the following that applies:

# See also