hpx/futures/future_fwd.hpp#

Defined in header hpx/futures/future_fwd.hpp.

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

namespace hpx

Top level HPX namespace.

template<typename R>
class future : public hpx::lcos::detail::future_base<future<R>, R>
#include <future_fwd.hpp>
template<typename R>
class shared_future : public hpx::lcos::detail::future_base<shared_future<R>, R>
#include <future_fwd.hpp>
namespace lcos

Typedefs

typedef hpx::future<R> instead#
namespace lcos#