STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::graph_distribution_traits< Distribution, C > Struct Template Reference

Default traits for the graph_distribution. Specifies distribution, domain and metadata types. More...

Public Types

typedef Distribution distribution_type
 
typedef domain_selector< distribution_type, typename container_traits< C >::traits_t > dom_s_t
 
typedef dom_s_t::domain_type domain_type
 
typedef dom_s_t::metadata_domain_type metadata_domain_type
 

Detailed Description

template<typename Distribution, typename C>
struct stapl::graph_distribution_traits< Distribution, C >

Default traits for the graph_distribution. Specifies distribution, domain and metadata types.

Template Parameters
DistributionThe type of the distribution.
CThe type of the container.

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