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

◆ operator()() [1/3]

template<class C >
Subarray& aff::util::Subarray< C >::operator() ( )
inline

use full range of this dimension

Definition at line 101 of file subarray.h.

References aff::util::Subarray< C >::Mdim.

102  { ++Mdim; return(*this); }
Tdim Mdim
Dimension to specify.
Definition: subarray.h:146