STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::cm_impl::set_element_assign Struct Reference

Functor implementing assignment of a base container element using the base container's set_element method. More...

Public Member Functions

template<typename BaseContainer , typename GID , typename Value >
void operator() (BaseContainer *bc, GID id, Value const &val)
 

Detailed Description

Functor implementing assignment of a base container element using the base container's set_element method.

This is the default assignment functor for the distributor struct that implements container redistribution.


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