 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
67 static_assert(
alphabet<
remove_cvref_t<decltype(in)>>,
"The value type of seqan3::views::to_char must model the seqan3::alphabet.");
The SeqAn namespace for views.
Definition: view_to_simd.hpp:672
const auto to_char
A view that calls seqan3::to_char() on each element in the input range.
Definition: to_char.hpp:65
constexpr auto to_char
Return the char representation of an alphabet object.
Definition: concept.hpp:320
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.
The generic alphabet concept that covers most data types used in ranges.
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.