template <typename Allocator, typename Future>
traits::detail::shared_state_ptr_t<
    future_unwrap_result_t<Future>>
unwrap_alloc(const Allocator& a,
             Future&& future,
             pika::error_code& ec = throws)

Description

////////////////////////////////////////////////////////////////////////

Declared at: libs/pika/futures/include/pika/futures/future.hpp:220

Parameters

const Allocator& a
Future&& future
pika::error_code& ec = throws