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

Specialization for std::list. More...

Public Types

typedef std::list< T > container_type
 
typedef container_type::iterator gid_type
 
typedef T value_type
 
typedef container_type::reference reference
 
typedef container_type::const_reference const_reference
 
typedef container_type::iterator iterator
 
typedef dom1D< iterator, seqDom< iterator > > domain_type
 

Detailed Description

template<typename T>
struct stapl::container_traits< std::list< T > >

Specialization for std::list.

See also
container_traits

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