Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::make_move_iterator_fn Struct Reference

Public Member Functions

template<typename I >
requires input_iterator<I>
constexpr move_iterator< I > operator() (I it) const