Public Member Functions | List of all members
cv::gpu::device::bit_not< T > Struct Template Reference

#include <functional.hpp>

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

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::ParameterType v) const
 
__host__ __device__ __forceinline__ bit_not ()
 
__host__ __device__ __forceinline__ bit_not (const bit_not &)
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T >
__device__ __forceinline__ T cv::gpu::device::bit_not< T >::operator() ( typename TypeTraits< T >::ParameterType  v) const

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