4#ifndef TETL_CCTYPE_ISPRINT_HPP
5#define TETL_CCTYPE_ISPRINT_HPP
7#include <etl/_cctype/isgraph.hpp>
constexpr auto isgraph(int ch) noexcept -> int
Checks if the given character is graphic (has a graphical representation) as classified by the defaul...
Definition isgraph.hpp:25
constexpr auto isprint(int ch) noexcept -> int
Checks if ch is a printable character as classified by the default C locale.
Definition isprint.hpp:21
Definition adjacent_find.hpp:9