Attention

This functionality is only available in the C++ toolkits. For other languages, we recommend using language-specific functionality instead.

OECopyArray

template<class T, class U>
void OECopyArray(T *dst, const U *src, unsigned int num)
template<class T>
void OECopyArray(T *dst, const T *src, unsigned int num, OETrueType)
template<class T, class U>
void OECopyArray(T *dst, const U *src, unsigned int num, OEBoolType)