std::getwchar

Header: <cwchar>

Reads the next wide character from stdin.

# Declarations

std::wint_t getwchar();

# Return value

The obtained wide character, or WEOF if an error has occurred or the end of file reached

# See also