 |
SeqAn3
3.0.2
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
68 template <alphabet alphabet_type>
72 "The innermost value type must have a common reference to underlying char type of alphabet_type.");
The SeqAn namespace for views.
Definition: view_iota_simd.hpp:218
auto const char_to
A view over an alphabet, given a range of characters.
Definition: char_to.hpp:69
Provides various type traits on generic types.
A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view.
Definition: deep.hpp:102
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:330
Adaptations of concepts from the Ranges TS.
Provides seqan3::views::deep.
constexpr auto assign_char_to
Assign a character to an alphabet object.
Definition: concept.hpp:417
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
Core alphabet concept and free function/type trait wrappers.