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