|
SUNphi
1.0
|
Used to detect the type of catting a number of Tuple. More...
#include <tuple/TupleWrap.hpp>Go to the source code of this file.
Typedefs | |
| template<class... Tp> | |
| using | SUNphi::TupleTypeCatT = decltype(tuple_cat(TupleWrap< Tp >{}...)) |
Used to detect the type of catting a number of Tuple.
Definition in file TupleTypeCat.hpp.
| using SUNphi::TupleTypeCatT = typedef decltype(tuple_cat(TupleWrap<Tp>{}...)) |
Define a tuple catting all tuple parameter types, and plain types of all parameters
Creates a tuple from all passed parameters. If an argument is a tuple, consider its parameter types. Otherwise consider the type itself.
Example:
Definition at line 27 of file TupleTypeCat.hpp.