|
SUNphi
1.0
|
Take a Tuple or a single type and returns a Tuple. More...
#include <tuple/TupleClass.hpp>Go to the source code of this file.
Classes | |
| struct | SUNphi::_TupleWrap< T > |
| struct | SUNphi::_TupleWrap< Tuple< T... > > |
Typedefs | |
| template<class T > | |
| using | SUNphi::TupleWrap = typename _TupleWrap< T >::type |
Take a Tuple or a single type and returns a Tuple.
Definition in file TupleWrap.hpp.
| using SUNphi::TupleWrap = typedef typename _TupleWrap<T>::type |
Put the type into a Tuple, if the type is not already a Tuple.
The following situations are possible:
T is put inside a Tuple<T> Tuple<T> is mapped to itselfExample:
Definition at line 58 of file TupleWrap.hpp.