SUNphi
1.0
|
#include <TupleWrap.hpp>
Public Types | |
typedef Tuple< T > | type |
Internal mapped type. | |
Wraps a simple type into a Tuple
containing the type
For a generic type, put the type into a simple Tuple
, so that it can be treated homogeneously with other Tuples in e.g. TupleTypeCatT
Example:
Definition at line 23 of file TupleWrap.hpp.