constant

WEOF

<cwchar>
Wide end-of-file
Macro definition of type wint_t that expands into a constant expression that does not match any member of the extended character set.

Unlike its narrow character counterpart (EOF), this value is not necessarily a negative value.

It is used to indicate end-of-file or some other failure conditions on wide oriented operations.

See also