Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
Classes | |
struct | TupleTailImpl |
struct | TupleTailImpl< _index_sequence< Is... > > |
Functions | |
template<typename T0 , typename... Tn> | |
static std::tuple< Tn... > | Tail (std::tuple< T0, Tn... > &&tuple) |
template<typename T0 , typename... Tn> | |
static std::tuple< Tn... > | Tail (const std::tuple< T0, Tn... > &tuple) |
|
static |
Use this to extract the tail of a tuple
For instance:
The type of x will be std::tuple<int, char>, and the content will be copied
|
static |
Use this to extract the tail of a tuple
For instance:
The type of x will be std::tuple<int, char>, and the content will be moved
Definition at line 58 of file Tuples.h.
References std::move().