hpx/futures/traits/is_future.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace traits

Variables

template<typename R>
constexpr bool is_future_v = is_future<R>::value
template<typename ...Ts>
constexpr bool is_future_any_v = is_future_any<Ts...>::value
template<typename R>
constexpr bool is_ref_wrapped_future_v = is_ref_wrapped_future<R>::value
template<typename Future>
struct is_future : public hpx::traits::detail::is_future_customization_point<std::decay_t<Future>>

Subclassed by hpx::traits::is_ref_wrapped_future< std::reference_wrapper< Future > >