OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::Max Struct Reference

Default max functor. More...

Detailed Description

Default max functor.

Definition at line 123 of file thread_operators.cuh.

Public Member Functions

template<typename T >
__host__ __device__ __forceinline__ T operator() (const T &a, const T &b) const
 Boolean max operator, returns (a > b) ? a : b
 

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