logical_and< void >

logical_and< void >#

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

Detailed Description

A transparent specialization of logical_and.

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