#include <cel_memory.h>
Public Member Functions | |
| void | operator() (T *CEL_RESTRICT dest, const T *CEL_RESTRICT src, size_t count) |
Definition at line 102 of file cel_memory.h.
| void Celartem::MemoryCopy< T, byConstructor >::operator() | ( | T *CEL_RESTRICT | dest, | |
| const T *CEL_RESTRICT | src, | |||
| size_t | count | |||
| ) | [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. |
Definition at line 114 of file cel_memory.h.