 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
70 "You may only pass ranges to views::get whose reference_t models the tuple_like.");
76 return static_cast<ret_type>(get<index>(
std::forward<decltype(in)>(in)));
The SeqAn namespace for views.
Definition: view_to_simd.hpp:672
Provides seqan3::tuple_like.
Provides various type traits on generic types.
const auto get
A view calling std::get on each element in a range.
Definition: get.hpp:65
typename remove_rvalue_reference< t >::type remove_rvalue_reference_t
Return the input type with && removed, but lvalue references preserved (transformation_trait shortcut...
Definition: basic.hpp:58
Whether a type behaves like a tuple.
Adaptations of concepts from the Ranges TS.
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
constexpr const auto & get(configuration< configs_t... > const &config) noexcept
This is an overloaded member function, provided for convenience. It differs from the above function o...
Definition: configuration.hpp:576