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

Specialization for when only container type parameter is specified. More...

Public Types

typedef container_traits< C >::value_type value_type
 
typedef extract_reference_type< C >::type reference
 
typedef extract_const_reference_type< C >::type const_reference
 
typedef C container
 
typedef f_ident< container_traits< C >::domain_type::index_type > map_function
 
typedef container_traits< C >::domain_type domain_type
 
typedef container_traits< C >::domain_type ::index_type index_type
 
typedef array_view< C > derived_type
 

Detailed Description

template<typename C>
struct stapl::view_traits< array_view< C > >

Specialization for when only container type parameter is specified.


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