AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
SimpleRigidArray()
[3/3]
template<class T, Tsize N>
aff::SimpleRigidArray
< T, N >::
SimpleRigidArray
(
const T &
value
)
inline
explicit
set constructor
Definition at line
120
of file
simplearray.h
.
121
{
122
aff::util::Inline<T, N>::set
(
Marray
, value);
123
}
aff::SimpleRigidArray::Marray
T Marray[N]
Definition:
simplearray.h:170
aff::util::Inline::set
static void set(T *array, const T &value)
set all elements to value
Definition:
rawarfun.h:87
aff
SimpleRigidArray
Generated on Mon Aug 21 2023 17:36:09 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14