AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
copy()
template<typename T , int I>
static void
aff::util::Inline
< T, I >::copy
(
const T *
source
,
T *
target
)
inline
static
copy all values from source to target
Definition at line
63
of file
rawarfun.h
.
64
{
65
target[I-1]=source[I-1];
66
Inline<T,I-1>::copy
(source, target);
67
}
aff::util::Inline::copy
static void copy(const T *source, T *target)
copy all values from source to target
Definition:
rawarfun.h:63
aff
util
Inline
Generated on Mon Aug 21 2023 17:36:09 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14