Type metafunction that returns the rvalue_reference
of another type [specialisation for input ranges].
More...
#include <seqan3/core/metafunction/range.hpp>
Public Types | |
using | type = rvalue_reference_t< std::ranges::iterator_t< rng_t > > |
Return the rvalue_reference member definition from the queried type's iterator. | |
Type metafunction that returns the rvalue_reference
of another type [specialisation for input ranges].
t | The type you wish to query; must satisfy std::ranges::InputRange. |