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

Specialization for proxy<std::vector<T>, Accessor>> More...

Public Types

typedef size_t gid_type
 
typedef T value_type
 
typedef indexed_domain< gid_type > domain_type
 
typedef proxy< std::vector< T >, Accessor > container_type
 
typedef container_type::iterator iterator
 
typedef container_type::reference reference
 
typedef container_type::const_reference const_reference
 

Detailed Description

template<typename T, typename Accessor>
struct stapl::container_traits< proxy< std::vector< T >, Accessor > >

Specialization for proxy<std::vector<T>, Accessor>>

See also
container_traits

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