Function object to assign an object to a distributed object via the Handle::set_value() function.
More...
|
|
template<typename H , typename... T> |
| void | operator() (H &h, T &&... t) |
| | Calls Handle::set_value(t...) to all locations of g.
|
| |
|
|
typedef Handle | handle_type |
| |
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
-
| ObjectHandle | Distributed object handle type. |
| Handle | Handle type. |
The documentation for this class was generated from the following file: