STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::container_traits< graph< D, M, OptionalParams... > > Struct Template Reference

Specialization of container_traits for stapl::graph. More...

Public Types

typedef graph< D, M, OptionalParams... > container_t
 
typedef graph_param_selector< D, M, OptionalParams... >::partition_t partition_t
 
typedef graph_param_selector< D, M, OptionalParams... >::mapper_t mapper_t
 
typedef graph_param_selector< D, M, OptionalParams... >::traits_t traits_t
 
typedef traits_t::value_type value_type
 
typedef traits_t::template construct_distribution< container_t >::type dist_t
 
typedef partition_t::value_type domain_type
 
typedef graph_accessor< dist_t > accessor_type
 
typedef proxy< value_type, accessor_typereference
 

Detailed Description

template<graph_attributes D, graph_attributes M, typename ... OptionalParams>
struct stapl::container_traits< graph< D, M, OptionalParams... > >

Specialization of container_traits for stapl::graph.


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