DASH  0.3.0
MultiView.h
1 #ifndef DASH__VIEW__MULTI_VIEW_H__INCLUDED
2 #define DASH__VIEW__MULTI_VIEW_H__INCLUDED
3 
4 #include <dash/Types.h>
5 #include <dash/Dimensional.h>
6 #include <dash/Cartesian.h>
7 
8 #include <vector>
9 
10 
11 namespace dash {
12 
79 template <dim_t NDim>
80 class MultiView
81 {
82 
83 public:
84 
85 };
86 
87 
88 } // namespace dash
89 
90 #endif // DASH__VIEW__MULTI_VIEW_H__INCLUDED
This class is a simple memory pool which holds allocates elements of size ValueType.
Definition: AllOf.h:8
Multidimensional view.
Definition: MultiView.h:80