copyMem

Copy memory

void
copyMem
(
T
)
(,
in T* input
,
in size_t n
)

Parameters

output T*

the destination array

input T*

the source array

n size_t

the number of elements of in/out

Meta