DASH  0.3.0
dash::view_traits< ViewT > Struct Template Reference

View type traits. More...

#include <ViewTraits.h>

Public Types

typedef ViewT::domain_type domain_type
 
typedef ViewT::image_type image_type
 
typedef ViewT::origin_type origin_type
 
typedef ViewT::local_type local_type
 
typedef ViewT::global_type global_type
 
typedef std::integral_constant< dim_t, value > rank
 
typedef std::integral_constant< bool, value > is_origin
 
typedef std::integral_constant< bool, value > is_view
 
typedef std::integral_constant< bool, value > is_projection
 
typedef std::integral_constant< bool, value > is_local
 

Detailed Description

template<class ViewT>
struct dash::view_traits< ViewT >

View type traits.

Implemented concept:
Multidimensional View Concept

Definition at line 31 of file ViewTraits.h.


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