SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::detail::rvalue_reference< rng_t > Struct Template Reference

Exposes the rvalue_reference of another type. More...

#include <seqan3/core/range/type_traits.hpp>

+ Inheritance diagram for seqan3::detail::rvalue_reference< rng_t >:

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.
 

Detailed Description

template<std::ranges::input_range rng_t>
struct seqan3::detail::rvalue_reference< rng_t >

Exposes the rvalue_reference of another type.

Template Parameters
tThe type you wish to query; must model std::ranges::input_range.
Deprecated:
This is deprecated use std::ranges::range_rvalue_reference_t.

The documentation for this struct was generated from the following file: