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 |
Default traits for the graph_distribution. Specifies distribution, domain and metadata types.
Distribution | The type of the distribution. |
C | The type of the container. |