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

#include <functional.hpp>

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

List of all members.

Public Member Functions

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

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


Constructor & Destructor Documentation

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

Member Function Documentation

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

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