91 template <alphabet_concept alphabet_type>
95 "The innermost value type must be the underlying char type of alphabet_type.");
constexpr auto transform
A range adaptor that takes a invocable and returns a view of the elements with the invocable applied...
Definition: transform.hpp:95
Provides seqan3::view::deep.
The SeqAn3 namespace for views.
Provides various metafunctions on generic types.
constexpr alphabet_type & assign_char(alphabet_type &alph, underlying_char_t< alphabet_type > const chr) requires requires(alphabet_type alph)
Implementation of seqan3::alphabet_concept::assign_char() that delegates to a member function...
Definition: member_exposure.hpp:178
Core alphabet concept and free function/metafunction wrappers.
A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view...
Definition: deep.hpp:129
auto const char_to
A view over an alphabet, given a range of characters.
Definition: char_to.hpp:92