Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include </home/casse/Dev/elm/src/data.h>
Public Types | |
typedef X | x_t |
typedef Y | y_t |
Public Member Functions | |
Y | operator() (const X &x) |
Concept representing a function transforming a data to another one of the same set.
X | Type of input argument. |
Y | Type of function result. |
typedef X x_t |
typedef Y y_t |
Y operator() | ( | const X & | x | ) |