constexpr auto iswupper(wint_t ch) noexcept -> int
Checks if the given wide character is an uppercase letter, i.e. one of ABCDEFGHIJKLMNOPQRSTUVWXYZ or ...
Definition iswupper.hpp:20
constexpr auto towlower(wint_t ch) noexcept -> wint_t
Converts the given wide character to lowercase, if possible.
Definition towlower.hpp:19