operator()

operator()#

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

◆ operator()()

template<typename T >
STDGPU_HOST_DEVICE auto stdgpu::bit_not< void >::operator() ( T &&  value) const -> decltype(~forward< T >(value))

Computes the bitwise NOT on the given value.

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