77inline constexpr auto elements = std::views::transform(
78 [](
auto && in) ->
decltype(
auto)
86 "You may only pass ranges to views::element_t whose reference_t models tuple_like.");
Provides various type traits on generic types.
A "pretty printer" for most SeqAn data structures and related types.
Definition debug_stream_type.hpp:79
constexpr auto elements
A view calling get on each element in a range.
Definition elements.hpp:77
The SeqAn namespace for views.
Definition char_strictly_to.hpp:19
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:412
Provides seqan3::tuple_like.