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

Synopsis of methods

constexpr view< move_fnmove {}
 

Public Member Functions

template<typename Rng , requires = (InputRange<Rng>())>
move_view< all_t< Rng > > operator() (Rng &&rng) const