Metafunction to retrieve associated types for containers. This class is similar in spirit to the STL's iterator_traits.
More...
|
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 |
|
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
-
Container | The container for which to query. |
The documentation for this struct was generated from the following file: