68 template <alphabet alphabet_type>
72 "The innermost value type must have a common reference to underlying char type of alphabet_type.");
auto const char_to
A view over an alphabet, given a range of characters.
Definition: char_to.hpp:69
The concept std::common_reference_with<T, U> specifies that two types T and U share a common referenc...
seqan3::type_list< trait_t< pack_t >... > transform
Apply a transformation trait to every type in the pack and return a seqan3::type_list of the results...
Definition: traits.hpp:307
The SeqAn namespace for views.
Definition: view_to_simd.hpp:672
Provides seqan3::views::deep.
Adaptations of concepts from the Ranges TS.
decltype(seqan3::to_char(std::declval< alphabet_type const >())) alphabet_char_t
The char_type of the alphabet; defined as the return type of seqan3::to_char.
Definition: concept.hpp:329
A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view...
Definition: deep.hpp:101
Provides various type traits on generic types.
Core alphabet concept and free function/type trait wrappers.
constexpr auto assign_char_to
Assign a character to an alphabet object.
Definition: concept.hpp:416