vecmem 1.14.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
vecmem::details::tuple_get_impl< I > Struct Template Reference

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 autoget (const tuple< Ts... > &t)
 Get the I-th (const) tuple element recursively.
 
template<typename... Ts>
static VECMEM_HOST_AND_DEVICE constexpr autoget (tuple< Ts... > &t)
 Get the I-th (non-const) tuple element recursively.
 

Detailed Description

template<std::size_t I>
struct vecmem::details::tuple_get_impl< I >

Struct used to implement vecmem::get in a C++14 style.

Template Parameters
IThe index of the tuple element to get

The documentation for this struct was generated from the following file: