DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::detail::ExtractProperties< std::tuple< PropertiesTs... > > Struct Template Reference

#include <sycl/ext/oneapi/properties/properties.hpp>

Public Types

template<typename... PropertyValueTs>
using ExtractedPropertiesT = std::tuple<>
 

Static Public Member Functions

template<typename... PropertyValueTs>
static constexpr ExtractedPropertiesT< PropertyValueTs... > Extract (std::tuple< PropertyValueTs... >)
 

Detailed Description

template<typename... PropertiesTs>
struct sycl::_V1::ext::oneapi::experimental::detail::ExtractProperties< std::tuple< PropertiesTs... > >

Definition at line 90 of file properties.hpp.

Member Typedef Documentation

◆ ExtractedPropertiesT

template<typename... PropertiesTs>
template<typename... PropertyValueTs>
using sycl::_V1::ext::oneapi::experimental::detail::ExtractProperties< std::tuple< PropertiesTs... > >::ExtractedPropertiesT = std::tuple<>

Definition at line 92 of file properties.hpp.

Member Function Documentation

◆ Extract()

template<typename... PropertiesTs>
template<typename... PropertyValueTs>
static constexpr ExtractedPropertiesT<PropertyValueTs...> sycl::_V1::ext::oneapi::experimental::detail::ExtractProperties< std::tuple< PropertiesTs... > >::Extract ( std::tuple< PropertyValueTs... >  )
inlinestaticconstexpr

Definition at line 96 of file properties.hpp.


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