#include <CL/sycl/detail/tuple.hpp>
Public Types | |
template<typename... Ts> | |
using | ret_type = typename tuple_element< 0, tuple< Ts... > >::type |
Public Member Functions | |
template<typename... Ts> | |
constexpr ret_type< Ts... > & | operator() (tuple< Ts... > &Tuple) const noexcept |
template<typename... Ts> | |
constexpr const ret_type< Ts... > & | operator() (const tuple< Ts... > &Tuple) const noexcept |
using cl::sycl::detail::get< 0 >::ret_type = typename tuple_element<0, tuple<Ts...> >::type |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |