std::iswcntrl (3) Linux Manual Page
std::iswcntrl – std::iswcntrl Synopsis Defined in header<cwctype> int iswcntrl(std::wint_t ch); Checks if the given wide character is a control character, i.e. codes 0x00-0x1F and 0x7F and any control characters specific to the current locale. If the value of ch is neither representable as a wchar_t nor equal to the value of the macro WEOF, the…
