Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include </home/casse/Dev/elm/src/genstruct.h>
This class provides a safe wrapper around fixed-size array of C embedding it inside the class (no allocation for the array). It provides the following concepts:
T | Type of array items. |
S | Size of the array. |
E | (optional) Equivalence implementation. |