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

Helper structure to extract the types provided by the given view type. More...

Public Types

typedef View container
 
typedef container::reference reference
 
typedef container::const_reference const_reference
 
typedef View::value_type value_type
 
typedef View::gid_type index_type
 
typedef View::domain_type domain_type
 
typedef compute_mf_type< View, typename domain_type::index_type >::type map_function
 

Detailed Description

template<typename View, typename Enable = void>
struct stapl::view_traits< View, Enable >

Helper structure to extract the types provided by the given view type.


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