DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::bit_equal< T, typename detail::enable_if_t< std::is_integral< T >::value > > Struct Template Reference

#include <sycl/atomic_ref.hpp>

Public Member Functions

bool operator() (const T &lhs, const T &rhs)
 

Detailed Description

template<typename T>
struct sycl::_V1::detail::bit_equal< T, typename detail::enable_if_t< std::is_integral< T >::value > >

Definition at line 93 of file atomic_ref.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
bool sycl::_V1::detail::bit_equal< T, typename detail::enable_if_t< std::is_integral< T >::value > >::operator() ( const T lhs,
const T rhs 
)
inline

Definition at line 94 of file atomic_ref.hpp.


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