struct is_future_range
Declaration
template <typename R, typename Enable = void>
struct is_future_range : public std::integral_constant { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/futures/include/pika/futures/traits/is_future_range.hpp:20
Inherits from: std::integral_constant