SUNphi  1.0
SUNphi::_TupleWrap< T > Struct Template Reference

#include <TupleWrap.hpp>

Public Types

typedef Tuple< T > type
 Internal mapped type.
 

Detailed Description

template<class T>
struct SUNphi::_TupleWrap< T >

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:

typename TupleWrap<int>::type test; //Tuple<int>

Definition at line 23 of file TupleWrap.hpp.


The documentation for this struct was generated from the following file: