13 #ifndef __UT_RELOCATOR_H_INCLUDED__
14 #define __UT_RELOCATOR_H_INCLUDED__
21 #undef UT_TYPED_INVOKE_RAW_RELOCATION
28 #ifdef UT_TYPED_INVOKE_RAW_RELOCATION
31 ::memcpy((
void*)
dst, (
const void*)
src,
n *
sizeof(
T));
41 #ifdef UT_TYPED_INVOKE_RAW_RELOCATION
44 ::memmove((
void*)
dst, (
const void*)
src,
n *
sizeof(
T));
void operator()(T *dst, const T *src, exint n) const noexcept
void operator()(T *dst, const T *src, exint n) const noexcept