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

◆ set()

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

set all elements to value

Definition at line 87 of file rawarfun.h.

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

88  {
89  array[I-1]=value; Inline<T,I-1>::set(array, value);
90  }
static void set(T *array, const T &value)
set all elements to value
Definition: rawarfun.h:87
Here is the caller graph for this function: