CMS 3D CMS Logo

List of all members | Public Member Functions
cuda_std::less< T > Struct Template Reference

#include <cudastdAlgorithm.h>

Public Member Functions

__host__ constexpr __device__ bool operator() (const T &lhs, const T &rhs) const
 

Detailed Description

template<typename T = void>
struct cuda_std::less< T >

Definition at line 14 of file cudastdAlgorithm.h.

Member Function Documentation

◆ operator()()

template<typename T = void>
__host__ constexpr __device__ bool cuda_std::less< T >::operator() ( const T lhs,
const T rhs 
) const
inlineconstexpr

Definition at line 15 of file cudastdAlgorithm.h.

15 { return lhs < rhs; }