OpenCV  2.4.13.4
Open Source Computer Vision
cv::gpu::device::equal_to< T > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for cv::gpu::device::equal_to< 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__ equal_to ()
 
__host__ __device__ __forceinline__ equal_to (const equal_to &)
 

Constructor & Destructor Documentation

§ equal_to() [1/2]

template<typename T >
__host__ __device__ __forceinline__ cv::gpu::device::equal_to< T >::equal_to ( )
inline

§ equal_to() [2/2]

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

Member Function Documentation

§ operator()()

template<typename T >
__device__ __forceinline__ bool cv::gpu::device::equal_to< 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: