87 template <
size_t index>
93 "You may only pass ranges to view::get whose reference_t models the tuple_like_concept.");
94 return get<index>(std::forward<decltype(in)>(in));
constexpr auto transform
A range adaptor that takes a invocable and returns a view of the elements with the invocable applied...
Definition: transform.hpp:95
Whether a type behaves like a tuple.
constexpr auto const & get(detail::configuration< cfg_elements_t... > const &cfg) noexcept
Definition: utility.hpp:364
Provides seqan3::tuple_like_concept.
The SeqAn3 namespace for views.
auto const get
A view calling std::get on each element in a range.
Definition: get.hpp:88
Provides various metafunctions on generic types.