WCHAR_MAX property

int get WCHAR_MAX

Maximum value for a wchar_t (Maximum Unicode Code Point).

Implementation

int get WCHAR_MAX => 0x10FFFF;