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

◆ set()

template<typename T1 , typename T2 , int I>
static void aff::util::Inline2< T1, T2, I >::set ( T1 *  array,
const T2 &  value 
)
inlinestatic

set all elements to value

Definition at line 169 of file rawarfun.h.

Referenced by aff::SimpleRigidArray< Tsize, Mmax_dimen >::operator=().

170  {
171  array[I-1]=value; Inline2<T1, T2 ,I-1>::set(array, value);
172  }
static void set(T1 *array, const T2 &value)
set all elements to value
Definition: rawarfun.h:169
Here is the caller graph for this function: