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

Function object to assign an object to a distributed object via the Handle::set_value() function. More...

Public Member Functions

template<typename H , typename... T>
void operator() (H &h, T &&... t)
 Calls Handle::set_value(t...) to all locations of g.
 

Public Types

typedef Handle handle_type
 

Detailed Description

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

Function object to assign an object to a distributed object via the Handle::set_value() function.

Template Parameters
ObjectHandleDistributed object handle type.
HandleHandle type.

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