#include <MemoryTransfer.h>
|
template<typename ValueType> |
static void | copy (std::size_t size, ValueType *dst, const ValueType *src) |
| Copy array from the memory space of source to the memory space of destination.
|
|
◆ copy()
template<typename ValueType>
static void dftfe::utils::MemoryTransfer< memorySpaceDst, memorySpaceSrc >::copy |
( |
std::size_t | size, |
|
|
ValueType * | dst, |
|
|
const ValueType * | src ) |
|
static |
Copy array from the memory space of source to the memory space of destination.
- Parameters
-
size | the length of the array |
dst | pointer to the destination |
src | pointer to the source |
The documentation for this class was generated from the following file: