4#ifndef TETL_CWCTYPE_TOWLOWER_HPP
5#define TETL_CWCTYPE_TOWLOWER_HPP
7#include <etl/_cwchar/wint_t.hpp>
8#include <etl/_cwctype/iswupper.hpp>
23 return ch + wint_t(32);
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:21
constexpr auto towlower(wint_t ch) noexcept -> wint_t
Converts the given wide character to lowercase, if possible.
Definition towlower.hpp:20
Definition adjacent_find.hpp:9