DPC++ Runtime
Runtime libraries for oneAPI DPC++
syclcompat::detail::IsValidAtomicType< T > Struct Template Reference

#include <syclcompat/atomic.hpp>

Collaboration diagram for syclcompat::detail::IsValidAtomicType< T >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T>
struct syclcompat::detail::IsValidAtomicType< T >

Definition at line 291 of file atomic.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool syclcompat::detail::IsValidAtomicType< T >::value
staticconstexpr
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 292 of file atomic.hpp.


The documentation for this struct was generated from the following file: