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

#include <functional.hpp>

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

List of all members.

Public Member Functions

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

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


Constructor & Destructor Documentation

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

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: