DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::detail::IsProperty< T > Struct Template Reference

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

Collaboration diagram for sycl::_V1::ext::oneapi::experimental::detail::IsProperty< T >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T>
struct sycl::_V1::ext::oneapi::experimental::detail::IsProperty< T >

Definition at line 67 of file property_utils.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool sycl::_V1::ext::oneapi::experimental::detail::IsProperty< T >::value
staticconstexpr
Initial value:
=
IsRuntimeProperty<T>::value || IsCompileTimeProperty<T>::value

Definition at line 68 of file property_utils.hpp.


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