library of assembled shared sources |
http://lass.cocamware.com |
#include <tuple.h>
Public Types | |
typedef H | TValue |
typedef Tuple< Ts > | TTail |
typedef TypeList< H, Ts > | TList |
Public Member Functions | |
Tuple () | |
const H & | value () const |
H & | value () |
Private Attributes | |
H | value_ |
Definition at line 58 of file tuple.h.
lass::meta::Tuple< TypeList< H, Ts > >::Tuple | ( | ) | [inline] |
const H& lass::meta::Tuple< TypeList< H, Ts > >::value | ( | ) | const [inline] |
H& lass::meta::Tuple< TypeList< H, Ts > >::value | ( | ) | [inline] |
Generated on Mon Nov 10 14:22:10 2008 for Library of Assembled Shared Sources by 1.5.7.1 |