Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <Tuples.h>
Static Public Member Functions | |
template<typename T0 , typename... Tn> | |
static std::tuple< Tn... > | extract (std::tuple< T0, Tn... > &&knots) |
template<typename T0 , typename... Tn> | |
static std::tuple< Tn... > | get (const std::tuple< T0, Tn... > &knots) |
|
inlinestatic |
Definition at line 35 of file Tuples.h.
References std::move().
|
inlinestatic |