STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::runtime::active_handle_response< ObjectHandle, Handle > Class Template Reference

Function object to call the function operator of a distributed object with the given value. More...

Public Member Functions

 active_handle_response (handle_type &h) noexcept
 
template<typename... T>
void operator() (context &ctx, T &&... t)
 

Public Types

typedef Handle handle_type
 

Detailed Description

template<typename ObjectHandle, typename Handle>
class stapl::runtime::active_handle_response< ObjectHandle, Handle >

Function object to call the function operator of a distributed object with the given value.

Template Parameters
ObjectHandleDistributed object handle type.
HandleHandle type.

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