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

Public Member Functions

template<typename I >
CPP_TEMPLATE_AUX_0 c (requires ` input_iterator< I >) ccconstexpr move_iterator< I > operator()(I i) const
 
template<typename S >
 CPP_TEMPLATE_AUX_0 (requires ` semiregular< S > &&(!input_iterator< S >)) const expr move_sentinel< S > operator()(S s) const