STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::dist_view_impl::explicit_loc_mapping_function< LocDom > Struct Template Reference

Mapping from location id in the creator gang to a location id in the created gang based on an explicit set of locations that will be part of the created gang. More...

Public Member Functions

 explicit_loc_mapping_function (LocDom const &locs)
 
stapl::location_type operator() (stapl::location_type id) const
 
bool operator== (explicit_loc_mapping_function const &other) const
 

Detailed Description

template<typename LocDom>
struct stapl::dist_view_impl::explicit_loc_mapping_function< LocDom >

Mapping from location id in the creator gang to a location id in the created gang based on an explicit set of locations that will be part of the created gang.

Template Parameters
LocDomType of the domain used for the explicit location id set.

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