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 |