SeqAn3
seqan3::rvalue_reference< it_t > Struct Template Reference

Type metafunction that returns the rvalue_reference of another type [specialisation for input iterators]. More...

#include <seqan3/core/metafunction/iterator.hpp>

Public Types

using type = decltype(std::ranges::iter_move(std::declval< it_t & >()))
 Return the member type as return type.
 

Detailed Description

template<std::InputIterator it_t>
struct seqan3::rvalue_reference< it_t >

Type metafunction that returns the rvalue_reference of another type [specialisation for input iterators].

Template Parameters
it_tThe type you wish to query; must satisfy std::input_Iterator.

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