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

◆ operator=() [1/2]

template<class T, Tsize N>
template<class TT >
SimpleRigidArray& aff::SimpleRigidArray< T, N >::operator= ( const TT &  value)
inline

copy a value to all positions

Definition at line 136 of file simplearray.h.

137  {
139  return(*this);
140  }
static void set(T1 *array, const T2 &value)
set all elements to value
Definition: rawarfun.h:169