#include <MemoryTransfer.h>
Static Public Member Functions | |
| template<typename ValueType > | |
| static void | copy (size_type size, ValueType *dst, const ValueType *src) |
| Copy array from the memory space of source to the memory space of destination. More... | |
|
static |
Copy array from the memory space of source to the memory space of destination.
| size | the length of the array |
| dst | pointer to the destination |
| src | pointer to the source |