plus< void >

plus< void >#

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

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))