std::getwchar - cppreference.com
Namespaces
Variants

std::getwchar

From cppreference.com
< cpp | io | c
 
 
 
 
Defined in header <cwchar>
std::wint_t getwchar();

Reads the next wide character from stdin.

Parameters

(none)

Return value

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

See also