AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ operator()() [4/5]

template<class T>
const T& aff::ConstArray< T >::operator() ( const Tsubscript i0,
const Tsubscript i1,
const Tsubscript i2 
) const
inline

access from 3 index values

Definition at line 264 of file array.h.

References aff::ConstArray< T >::Mrepresentation, and aff::Strided::offset().

267  { return(Mrepresentation[offset(i0, i1, i2)]); }
Trepresentation Mrepresentation
representation member
Definition: array.h:336
Tsubscript offset(const TIndexVec &index) const
full dimensionality access
Definition: strided.h:220
Here is the call graph for this function: