 |
SeqAn3
3.0.2
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
67 static_assert(
alphabet<
std::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_iota_simd.hpp:218
constexpr auto to_char
Return the char representation of an alphabet object.
Definition: concept.hpp:321
A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view.
Definition: deep.hpp:102
Adaptations of concepts from the Ranges TS.
Provides seqan3::views::deep.
The generic alphabet concept that covers most data types used in ranges.
auto const to_char
A view that calls seqan3::to_char() on each element in the input range.
Definition: to_char.hpp:65
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.