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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto iscntrl (int ch) noexcept -> int
 Checks if the given character is a control character as classified by the currently installed C locale. In the default, "C" locale, the control characters are the characters with the codes 0x00-0x1F and 0x7F.