struct is_unique_future

Declaration

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

Declared at: libs/pika/futures/include/pika/futures/traits/is_future.hpp:25

Inherits from: std::integral_constant