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

◆ size()

template<class T>
Tsize aff::LinearShape::size
inlineinherited

by size we mean the size defined by the shape

Definition at line 113 of file linearshape.h.

Referenced by aff::dump().

114  { return(static_cast<Tsize>(Mlast-Mfirst+1)); }
Tsubscript Mlast
last valid index
Definition: linearshape.h:167
Tsubscript Mfirst
first valid index
Definition: linearshape.h:166
Here is the caller graph for this function: