Exposes the rvalue_reference type of another type.
More...
#include <seqan3/core/type_traits/iterator.hpp>
Inheritance diagram for seqan3::rvalue_reference< it_t >:Public Types | |
| using | type = decltype(std::ranges::iter_move(std::declval< it_t & >())) |
| Return the member type as return type. | |
Exposes the rvalue_reference type of another type.
| it_t | The type you wish to query; must model std::input_iterator. |