class operation_state
Declaration
template <typename Receiver, typename Future>
class operation_state { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/futures/include/pika/futures/future.hpp:244
Method Overview
- public operation_state<Receiver, Future>(operation_state<Receiver, Future> &&)
- public operation_state<Receiver, Future>(const operation_state<Receiver, Future> &)
- public template <typename Receiver_> operation_state<Receiver, Future>(Receiver_ && r, pika::lcos::detail::operation_state::future_type f)
Methods
operation_state<Receiver, Future>(
operation_state<Receiver, Future>&&)
operation_state<Receiver, Future>(
operation_state<Receiver, Future>&&)Declared at: libs/pika/futures/include/pika/futures/future.hpp:259
Parameters
- operation_state<Receiver, Future>&&
operation_state<Receiver, Future>(
const operation_state<Receiver, Future>&)
operation_state<Receiver, Future>(
const operation_state<Receiver, Future>&)Declared at: libs/pika/futures/include/pika/futures/future.hpp:261
Parameters
- const operation_state<Receiver, Future>&
template <typename Receiver_>
operation_state<Receiver, Future>(
Receiver_&& r,
pika::lcos::detail::operation_state::
future_type f)
template <typename Receiver_>
operation_state<Receiver, Future>(
Receiver_&& r,
pika::lcos::detail::operation_state::
future_type f)Declared at: libs/pika/futures/include/pika/futures/future.hpp:253
Parameters
- Receiver_&& r
- pika::lcos::detail::operation_state::future_type f