#include <sycl/ext/oneapi/atomic_ref.hpp>
|
static constexpr bool | value |
|
template<typename T>
struct sycl::_V1::ext::oneapi::detail::IsValidAtomicRefType< T >
Definition at line 35 of file atomic_ref.hpp.
◆ value
Initial value:=
(std::is_same<T, int>::value || std::is_same<T, unsigned int>::value ||
std::is_same<T, long>::value || std::is_same<T, unsigned long>::value ||
std::is_same<T, long long>::value ||
std::is_same<T, unsigned long long>::value ||
std::is_same<T, float>::value || std::is_same<T, double>::value ||
std::is_pointer<T>::value)
Definition at line 36 of file atomic_ref.hpp.
The documentation for this struct was generated from the following file: