#include "matlabexception.h"
#include <string.h>
Go to the source code of this file.
Classes |
class | Array< Type > |
Functions |
template<class Type > |
void | copymemory (const Type *source, Type *dest, int length) |
Function Documentation
template<class Type >
void copymemory |
( |
const Type * |
source, |
|
|
Type * |
dest, |
|
|
int |
length |
|
) |
| |