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 |
|
inline |
Definition at line 15 of file meta_copy.hpp.
|
inline |
Definition at line 19 of file meta_copy.hpp.
|
inline |
Definition at line 24 of file meta_copy.hpp.
| ArrTypeView std_array_vector_view< ArrTypeView >::arr |
Definition at line 13 of file meta_copy.hpp.
| int std_array_vector_view< ArrTypeView >::pos |
Definition at line 12 of file meta_copy.hpp.