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

Functor implementing the assignment of vertices of a base container using the base container's add_element method. More...

Public Member Functions

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

Detailed Description

Functor implementing the assignment of vertices of a base container using the base container's add_element method.

This is passed to the distributor struct implementing container redistribution.


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