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

◆ offset()

template<class T >
const TSizeVec::Tvalue& aff::ConstCArray< T >::offset ( ) const
inlineprotected

pass offset to derived class

Definition at line 206 of file Carray.h.

References aff::ConstCArray< T >::Moffset.

206 { return Moffset; }
TSizeVec::Tvalue Moffset
offset to first index
Definition: Carray.h:216