#include <cel_memory.h>
List of all members.
Public Member Functions |
| void | operator() (T *CEL_RESTRICT dest, const T *CEL_RESTRICT src, size_t count) |
Detailed Description
template<typename T>
struct Celartem::MemoryCopy< T, byConstructor >
MemoryCopy function for general types.
Member Function Documentation
template<typename T >
| void Celartem::MemoryCopy< T, byConstructor >::operator() |
( |
T *CEL_RESTRICT |
dest, |
|
|
const T *CEL_RESTRICT |
src, |
|
|
size_t |
count | |
|
) |
| | [inline] |
- Parameters:
-
| 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. |
The documentation for this struct was generated from the following file: