Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/adapter.h>
Public Types | |
typedef K | key_t |
typedef T | val_t |
typedef Pair< K, T > | data_t |
Static Public Member Functions | |
static const key_t & | key (const data_t &v) |
static const val_t & | value (const data_t &v) |
static val_t & | ref (data_t &v) |
typedef K key_t |
typedef T val_t |
References Pair< T1, T2 >::fst.
References Pair< T1, T2 >::snd.
References Pair< T1, T2 >::snd.