constexpr auto iswprint(wint_t ch) noexcept -> int
Checks if the given wide character can be printed, i.e. it is either a number (0123456789),...
Definition iswprint.hpp:22
constexpr auto iswgraph(wint_t ch) noexcept -> int
Checks if the given wide character has a graphical representation, i.e. it is either a number (012345...
Definition iswgraph.hpp:26