Public Member Functions
cv::gpu::device::equal_to< T > Struct Template Reference

#include <functional.hpp>

Inherits cv::gpu::device::binary_function< T, T, bool >.

List of all members.

Public Member Functions

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

template<typename T>
struct cv::gpu::device::equal_to< T >


Constructor & Destructor Documentation

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

Member Function Documentation

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

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