OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
std_array_vector_view< ArrTypeView > Struct Template Reference

Detailed Description

template<typename ArrTypeView>
struct std_array_vector_view< ArrTypeView >

Definition at line 10 of file meta_copy.hpp.

Public Member Functions

 std_array_vector_view (int pos, ArrTypeView arr)
 
decltype(arr[0][0]) operator[] (int comp)
 
decltype(std::declval< const ArrTypeView >()[0][0]) operator[] (int comp) const
 

Data Fields

int pos
 
ArrTypeView arr
 

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