Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::move_sentinel< S > Struct Template Reference

Public Member Functions

base () const
 
constexpr move_sentinel (S s)
 
template<typename OS , requires = (ConvertibleTo<OS, S>())>
constexpr move_sentinel (move_sentinel< OS > const &that)
 
template<typename OS , requires = (ConvertibleTo<OS, S>())>
move_sentineloperator= (move_sentinel< OS > const &that)