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