Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
fast< T > Class Template Reference

#include <elm/array.h>

Static Public Member Functions

static void copy (T *target, const T *source, int size)
 
static void move (T *target, const T *source, int size)
 
static void clear (T *target, int size)
 
static bool equals (const T *t1, const T *t2, int size)
 
static void construct (T *t, int size)
 
static void destruct (T *t, int size)
 

Member Function Documentation

◆ clear()

◆ 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: