struct is_sentinel_for
Declaration
template <typename Sent, typename Iter, typename Enable = void>
struct is_sentinel_for : public std::integral_constant { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/iterator_support/include/pika/iterator_support/traits/is_sentinel_for.hpp:22
Inherits from: std::integral_constant