STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::heterogeneous_composed_dist_spec< Generator, GIDList, SpecList, typename, typename > Class Template Reference

Structure holding a composition of distribution specification views, each of which whose specification type and gid type maybe be different. More...

Detailed Description

template<typename Generator, typename GIDList, typename SpecList, typename = make_index_sequence<tuple_size<GIDList>::value>, typename = make_index_sequence< tuple_size<SpecList>::value == 0 ? 0 : tuple_size<SpecList>::value-1>>
class stapl::heterogeneous_composed_dist_spec< Generator, GIDList, SpecList, typename, typename >

Structure holding a composition of distribution specification views, each of which whose specification type and gid type maybe be different.

Template Parameters
GeneratorThe user supplied generator invoked with a the current list of values from container nest traversal.
GIDListThe types of GIDs so far in initializing traversal.
Alist of specifications to be used in remaining levels of current traversal.

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