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