AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
operator=()
[2/2]
template<class T, Tsize N>
template<class TT >
SimpleRigidArray
&
aff::SimpleRigidArray
< T, N >::operator=
(
const
SimpleRigidArray
< TT, N > &
array
)
inline
copy with deep inline copy
Definition at line
143
of file
simplearray.h
.
144
{
145
aff::util::Inline2<TT, T, N>::copy
(array.pointer(),
Marray
);
146
return
(*
this
);
147
}
aff::SimpleRigidArray::Marray
T Marray[N]
Definition:
simplearray.h:170
aff::util::Inline2::copy
static void copy(const T1 *source, T2 *target)
copy all values from source to target
Definition:
rawarfun.h:163
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