#include <cel_memory.h>
Public Member Functions | |
| void | operator() (T *dest, const T *src, size_t count) |
MemoryCopy function for noCopy that does nothing but throws an exception.
|
inline |
| dest | Specifies the pointer to the memory block into which the source memory will be copied. |
| src | Specifies the pointer to the source memory block. |
| count | Specifies the number of entries to be copied. |