template <typename Allocator, typename Future>
inline traits::detail::shared_state_ptr_t<
    future_unwrap_result_t<Future>>
unwrap_impl_alloc(const Allocator& a,
                  Future&& future,
                  pika::error_code&)

Declared at: libs/pika/futures/include/pika/futures/packaged_continuation.hpp:730

Parameters

const Allocator& a
Future&& future
pika::error_code&