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

Metafunction to retrieve associated types for container distributions. This class is similar in spirit to the STL's iterator_traits. and container_traits. More...

Public Types

typedef gid_type index_type
 
typedef Dist::reference reference
 

Detailed Description

template<typename Dist>
struct stapl::distribution_traits< Dist >

Metafunction to retrieve associated types for container distributions. This class is similar in spirit to the STL's iterator_traits. and container_traits.

Template Parameters
DistThe distribution for which to query.

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