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, size_t num)
template<class T>
void OECopyArray(T* dst, const T* src, size_t num, OETrueType)
template<class T, class U>
void OECopyArray(T* dst, const U* src, size_t num, OEBoolType)