Celartem::MemoryMove< T, byMemcpy > Struct Template Reference

#include <cel_memory.h>

List of all members.

Public Member Functions

void operator() (T *dest, const T *src, size_t count)


Detailed Description

template<typename T>
struct Celartem::MemoryMove< T, byMemcpy >

MemoryMove function for POD (Plain Old Data) types.

Definition at line 214 of file cel_memory.h.


Member Function Documentation

template<typename T>
void Celartem::MemoryMove< T, byMemcpy >::operator() ( T *  dest,
const T *  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.

Definition at line 225 of file cel_memory.h.


The documentation for this struct was generated from the following file:
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:18 2008.