DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::bit_equal< T, typename std::enable_if_t< std::is_integral_v< T > > > 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 std::enable_if_t< std::is_integral_v< T > > >

Definition at line 92 of file atomic_ref.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 93 of file atomic_ref.hpp.


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