struct future_get_result
Declaration
template <typename R>
struct future_get_result { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/futures/include/pika/futures/future.hpp:112
Method Overview
- public template <typename SharedState>static inline R * call(const SharedState & state, pika::error_code & ec = throws)
Methods
template <typename SharedState>
static inline R* call(
const SharedState& state,
pika::error_code& ec = throws)
template <typename SharedState>
static inline R* call(
const SharedState& state,
pika::error_code& ec = throws)Declared at: libs/pika/futures/include/pika/futures/future.hpp:115
Parameters
- const SharedState& state
- pika::error_code& ec = throws