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

Metafunction to retrieve associated types for containers. This class is similar in spirit to the STL's iterator_traits. More...

Public Types

typedef Container::gid_type gid_type
 
typedef Container::value_type value_type
 
typedef Container::domain_type domain_type
 
typedef Container::reference reference
 
typedef Container::const_reference const_reference
 

Detailed Description

template<typename Container>
struct stapl::container_traits< Container >

Metafunction to retrieve associated types for containers. This class is similar in spirit to the STL's iterator_traits.

Template Parameters
ContainerThe container for which to query.

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