tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
iswcntrl.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto iswcntrl (wint_t ch) noexcept -> int
 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.