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

Specialization for lightweight_multiarray_base. More...

Public Types

using gid_type = size_t
 
using value_type = T
 
using domain_type = indexed_domain< gid_type >
 
using container_type = lightweight_vector< T >
 
using iterator = typename container_type::iterator
 
using reference = typename container_type::reference
 
using const_reference = typename container_type::const_reference
 

Detailed Description

template<typename T>
struct stapl::container_traits< lightweight_vector< T > >

Specialization for lightweight_multiarray_base.

See also
container_traits

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