operator()

operator()#

stdgpu: stdgpu::bit_not::operator()
stdgpu Latest
Efficient STL-like Data Structures on the GPU

◆ operator()()

template<typename T = void>
STDGPU_HOST_DEVICE T stdgpu::bit_not< T >::operator() ( const T  value) const

Computes the bitwise NOT on the given value.

Parameters
[in]valueThe value
Returns
The result of the operation