#include <elm/array.h>
◆ clear()
static void clear |
( |
T * |
target, |
|
|
int |
size |
|
) |
| |
|
inlinestatic |
◆ construct()
static void construct |
( |
T * |
t, |
|
|
int |
size |
|
) |
| |
|
inlinestatic |
◆ copy()
static void copy |
( |
T * |
target, |
|
|
const T * |
source, |
|
|
int |
size |
|
) |
| |
|
inlinestatic |
◆ destruct()
static void destruct |
( |
T * |
t, |
|
|
int |
size |
|
) |
| |
|
inlinestatic |
◆ equals()
static bool equals |
( |
const T * |
t1, |
|
|
const T * |
t2, |
|
|
int |
size |
|
) |
| |
|
inlinestatic |
◆ move()
static void move |
( |
T * |
target, |
|
|
const T * |
source, |
|
|
int |
size |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: