stdgpu: stdgpu::equal_to< void > — stdgpu Latest documentation (original) (raw)
equal_to< void >#
stdgpu: stdgpu::equal_to< void >
stdgpu Latest
Efficient STL-like Data Structures on the GPU
- stdgpu
- equal_to< void >
Public Types |Public Member Functions |List of all members
stdgpu::equal_to< void >
Complementing functionality » functional
Detailed Description
A transparent specialization of equal_to.
| Public Types | |
|---|---|
| using | is_transparent = void |
| Public Member Functions | |
|---|---|
| template<typename T , typename U > | |
| STDGPU_HOST_DEVICE auto | operator() (T &&lhs, U &&rhs) const -> decltype(forward< T >(lhs)==forward< U >(rhs)) |