stdgpu: stdgpu::plus< void > — stdgpu Latest documentation (original) (raw)
plus< void >#
stdgpu: stdgpu::plus< void >
stdgpu Latest
Efficient STL-like Data Structures on the GPU
- stdgpu
- plus< void >
Public Types |Public Member Functions |List of all members
stdgpu::plus< void >
Complementing functionality » functional
Detailed Description
A transparent specialization of plus.
| 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)) |