#include <detail/queue_impl.hpp>
#include <detail/stream_impl.hpp>
#include <sycl/properties/all_properties.hpp>
#include <sycl/stream.hpp>
#include <climits>
#include <sycl/detail/properties_traits.def>
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 stream::has_property<param_type>() const noexcept { \
return impl->has_property<param_type>(); \
}
Definition at line 84 of file stream.cpp.
◆ __SYCL_PARAM_TRAITS_SPEC [2/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
param_type | ) |
|
Value: template <> \
__SYCL_EXPORT param_type stream::get_property<param_type>() const { \
return impl->get_property<param_type>(); \
}
Definition at line 84 of file stream.cpp.