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

◆ size()

Tsize aff::LinearShape::size ( ) const
inline

by size we mean the size defined by the shape

Definition at line 113 of file linearshape.h.

References Mfirst, and Mlast.

Referenced by LinearShape(), memory_size(), and aff::Series< T >::Series().

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: