 |
SeqAn3
3.0.2
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_iota_simd.hpp:218
Provides seqan3::tuple_like.
constexpr auto const & 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:627
Provides various type traits on generic types.
auto const 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:69
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