struct is_sized_sentinel_for

Declaration

template <typename Sent, typename Iter, typename Enable = void>
struct is_sized_sentinel_for : public std::integral_constant { /* full declaration omitted */ };

Declared at: libs/pika/iterator_support/include/pika/iterator_support/traits/is_sentinel_for.hpp:49

Inherits from: std::integral_constant