4#ifndef TETL_CWCTYPE_ISWPRINT_HPP
5#define TETL_CWCTYPE_ISWPRINT_HPP
7#include <etl/_cwchar/wint_t.hpp>
8#include <etl/_cwctype/iswgraph.hpp>
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:23
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:27
Definition adjacent_find.hpp:9