vecmem 1.14.0
|
Specialization of vecmem::details::tuple_get_impl
for the 0th element.
More...
Static Public Member Functions | |
template<typename... Ts> | |
static VECMEM_HOST_AND_DEVICE constexpr const auto & | get (const tuple< Ts... > &t) |
Get the first (const) tuple element. | |
template<typename... Ts> | |
static VECMEM_HOST_AND_DEVICE constexpr auto & | get (tuple< Ts... > &t) |
Get the first (non-const) tuple element. | |
Specialization of vecmem::details::tuple_get_impl
for the 0th element.