Helper functor for container_accessor::apply_get which facilitates asynchronous return of Functor invocation via a promise to the initiating location. Properly packages views for serialization if necessary.
More...
Public Member Functions | |
| template<typename F > | |
| apply_get_wrapper (F &&f, promise_type p) | |
| template<typename T > | |
| void | operator() (T &&t) const |
Public Types | |
| using | promise_type = promise< transfer_type > |
| typedef void | result_type |
Helper functor for container_accessor::apply_get which facilitates asynchronous return of Functor invocation via a promise to the initiating location. Properly packages views for serialization if necessary.
1.8.13