Alexandria
2.22.0
Please provide a description of the 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 |