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

◆ last() [1/2]

const Tsubscript& aff::Strided::last ( const Tsubscript i) const
inline

last index of dimension

i

Definition at line 197 of file strided.h.

References Mlast.

Referenced by aff::Array< T >::Array(), aff::util::StridedStepper::decr(), aff::dump(), aff::anonymous_namespace{dump.cc}::dump_map_helper(), aff::util::FortranShape::FortranShape(), aff::util::StridedStepper::incr(), and aff::util::StridedStepper::tolast().

198  { return (Mlast[i]); }
TIndexVec Mlast
Definition: strided.h:288
Here is the caller graph for this function: