DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::is_property_value< V, typename > Struct Template Reference

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

Collaboration diagram for sycl::_V1::ext::oneapi::experimental::is_property_value< V, typename >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename V, typename = void>
struct sycl::_V1::ext::oneapi::experimental::is_property_value< V, typename >

Definition at line 60 of file property_value.hpp.

Member Data Documentation

◆ value

template<typename V , typename = void>
constexpr bool sycl::_V1::ext::oneapi::experimental::is_property_value< V, typename >::value
staticconstexpr
Initial value:
=
detail::IsRuntimeProperty<V>::value && is_property_key<V>::value

Definition at line 61 of file property_value.hpp.


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