OpenCV  2.4.13
Open Source Computer Vision
cv::gpu::device::less< T > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::less< T >:
cv::gpu::device::binary_function< T, T, bool >

Public Member Functions

__device__ __forceinline__ bool operator() (typename TypeTraits< T >::ParameterType a, typename TypeTraits< T >::ParameterType b) const
 
__host__ __device__ __forceinline__ less ()
 
__host__ __device__ __forceinline__ less (const less &)
 

Constructor & Destructor Documentation

template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::less< T >::less ( )
inline
template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::less< T >::less ( const less< T > &  )
inline

Member Function Documentation

template<typename T >
__device__ __forceinline__ bool cv::gpu::device::less< T >::operator() ( typename TypeTraits< T >::ParameterType  a,
typename TypeTraits< T >::ParameterType  b 
) const
inline

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