 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
69 "The value type of seqan3::views::to_upper must model the seqan3::builtin_character.");
The SeqAn namespace for views.
Definition: view_to_simd.hpp:672
A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view.
Definition: deep.hpp:101
This concept encompasses exactly the types char, signed char, unsigned char, wchar_t,...
const auto to_upper
A view that calls seqan3::to_upper() on each element in the input range.
Definition: to_upper.hpp:66
constexpr char_type to_upper(char_type const c) noexcept
Converts 'a'-'z' to 'A'-'Z' respectively; other characters are returned as is.
Definition: transform.hpp:97
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
Core alphabet concept and free function/type trait wrappers.