rocPRIM
Public Member Functions | List of all members
less< void > Struct Template Reference

Returns true if a < b. More...

#include <functional.hpp>

Public Member Functions

template<class T , class U >
ROCPRIM_HOST_DEVICE constexpr bool operator() (const T &a, const U &b) const
 Invocation operator.
 

Detailed Description

template<>
struct less< void >

Returns true if a < b.

Otherwise returns false. This version is a specialization for type void.


The documentation for this struct was generated from the following file: