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

◆ size() [1/2]

template<class T >
const Tsize& aff::ConstCArray< T >::size ( const Tsubscript i) const
inline

size of dimension

i

Definition at line 168 of file Carray.h.

169  { return (Msize[i]); }
TSizeVec Msize
sizes of dimensions
Definition: Carray.h:212