67 static_assert(
alphabet<
remove_cvref_t<decltype(in)>>,
"The value type of seqan3::views::to_char must model the seqan3::alphabet.");
constexpr auto to_char
Return the char representation of an alphabet object.
Definition: concept.hpp:320
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.
The generic alphabet concept that covers most data types used in ranges.
A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view...
Definition: deep.hpp:101
auto const to_char
A view that calls seqan3::to_char() on each element in the input range.
Definition: to_char.hpp:65
Core alphabet concept and free function/type trait wrappers.