vecmem 1.14.0
|
Struct used to implement vecmem::get
in a C++14 style.
More...
Static Public Member Functions | |
template<typename... Ts> | |
static VECMEM_HOST_AND_DEVICE constexpr const auto & | get (const tuple< Ts... > &t) |
Get the I-th (const) tuple element recursively. | |
template<typename... Ts> | |
static VECMEM_HOST_AND_DEVICE constexpr auto & | get (tuple< Ts... > &t) |
Get the I-th (non-const) tuple element recursively. | |
Struct used to implement vecmem::get
in a C++14 style.
I | The index of the tuple element to get |