Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/meta.h>
Inherits T.
This meta-programming construction allows the selection of type depending on a boolean value. If c is true, the result type is T, else the result type is E.
c | Condition. |
T | Result type if c is true. |
E | Result type if c is false. |