Attention

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

OEMoveArray

template<class T, class U>
void OEMoveArray(T* dst, const T* src, size_t num)
template<class T>
void OEMoveArray(T* dst, const T* src, size_t num, OETrueType)
template<class T, class U>
void OEMoveArray(T* dst, const U* src, size_t num, OEBoolType)