struct is_future_tuple

Declaration

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

Declared at: libs/pika/futures/include/pika/futures/traits/is_future_tuple.hpp:17

Inherits from: std::integral_constant