AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
SimpleRigidArray()
[2/3]
template<class T, Tsize N>
template<class TT >
aff::SimpleRigidArray
< T, N >::
SimpleRigidArray
(
const
SimpleRigidArray
< TT, N > &
array
)
inline
copy with deep inline copy
Definition at line
115
of file
simplearray.h
.
116
{
117
aff::util::Inline2<TT, T, N>::copy
(array.pointer(),
Marray
);
118
}
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