Go to the source code of this file.
◆ __SYCL_PARAM_TRAITS_SPEC [1/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
param_type | ) |
|
Value: template <> \
__SYCL_EXPORT bool buffer_plain::has_property<param_type>() const noexcept { \
return impl->has_property<param_type>(); \
}
Definition at line 94 of file buffer.cpp.
◆ __SYCL_PARAM_TRAITS_SPEC [2/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
param_type | ) |
|
Value: template <> \
__SYCL_EXPORT param_type buffer_plain::get_property<param_type>() const { \
return impl->get_property<param_type>(); \
}
Definition at line 94 of file buffer.cpp.