70 "The value type of seqan3::view::to_lower must model seqan3::Char.");
This concept encompasses exactly the types char, signed char, unsigned char, wchar_t, char16_t and char32_t.
Provides seqan3::view::deep.
Adaptations of concepts from the Ranges TS.
auto const to_lower
A view that calls seqan3::to_lower() on each element in the input range.
Definition: to_lower.hpp:67
The SeqAn3 namespace for views.
Core alphabet concept and free function/type trait wrappers.
A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view...
Definition: deep.hpp:101
constexpr auto transform
A range adaptor that takes a invocable and returns a view of the elements with the invocable applied...
Definition: ranges:911
constexpr char_type to_lower(char_type const c) noexcept
Converts 'A'-'Z' to 'a'-'z' respectively; other characters are returned as is.
Definition: transform.hpp:82