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

◆ check_dim()

void aff::Shaper::check_dim ( ) const
inlineprivate

check dimensions

Definition at line 144 of file shaper.h.

References AFF_assert, Mdim, and aff::Strided::Mmax_dimen.

Referenced by operator()().

145  {
147  "ERROR (Shaper): you use too many dimensions!");
148  }
Tdim Mdim
next dimension to set
Definition: shaper.h:152
static const Tdim Mmax_dimen
instantiate static member (otherwise the linker won't find it)
Definition: strided.h:123
#define AFF_assert(C, M)
Check an assertion and report by throwing an exception.
Definition: error.h:162
Here is the caller graph for this function: