STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::detail::apply_get_wrapper< Functor > Class Template Reference

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
 

Detailed Description

template<typename Functor>
class stapl::detail::apply_get_wrapper< Functor >

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.


The documentation for this class was generated from the following file: