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
{
138
aff::util::Inline2<T, TT, N>::set
(
Marray
, value);
139
return
(*
this
);
140
}
aff::SimpleRigidArray::Marray
T Marray[N]
Definition:
simplearray.h:170
aff::util::Inline2::set
static void set(T1 *array, const T2 &value)
set all elements to value
Definition:
rawarfun.h:169
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