#include <sycl/handler.hpp>
|
static constexpr bool | value |
|
template<typename T>
struct sycl::_V1::handler::ShouldEnableSetArg< T >
Definition at line 2012 of file handler.hpp.
◆ value
Initial value:=
std::is_trivially_copyable_v<std::remove_reference_t<T>>
|| is_same_type<sampler, T>::value
|| (!is_same_type<cl_mem, T>::value &&
std::is_pointer_v<remove_cv_ref_t<T>>)
|| is_same_type<cl_mem, T>::value
Definition at line 2013 of file handler.hpp.
The documentation for this struct was generated from the following file: