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