 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
70 "The value type of seqan3::views::to_rank must model the seqan3::alphabet.");
The SeqAn namespace for views.
Definition: view_to_simd.hpp:672
constexpr auto to_rank
Return the rank representation of a (semi-)alphabet object.
Definition: concept.hpp:142
const auto to_rank
A view that calls seqan3::to_rank() on each element in the input range.
Definition: to_rank.hpp:67
A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view.
Definition: deep.hpp:101
Adaptations of concepts from the Ranges TS.
Provides seqan3::views::deep.
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 basis for seqan3::alphabet, but requires only rank interface (not char).
Core alphabet concept and free function/type trait wrappers.