hpx/iterator_support/traits/is_sentinel_for.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace traits

Variables

template<typename Sent, typename Iter>
constexpr bool is_sentinel_for_v = is_sentinel_for<Sent, Iter>::value
template<typename Sent, typename Iter>
constexpr bool disable_sized_sentinel_for = false
template<typename Sent, typename Iter>
constexpr bool is_sized_sentinel_for_v = is_sized_sentinel_for<Sent, Iter>::value