bit_not< void >

bit_not< void >#

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

Detailed Description

A transparent specialization of bit_not.

Public Types

using is_transparent = void
 

Public Member Functions

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