Section

std::move_sentinel

std::move_sentinel is a sentinel adaptor used for denoting ranges together with std::move_iterator.

# Declarations

template< std::semiregular S >
class move_sentinel;

(since C++20)

# See also