OpenCV  3.3.1
Open Source Computer Vision
Public Member Functions | List of all members
cv::cudev::plus< T > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::plus< T >:
cv::cudev::binary_function< T, T, T > cv::cudev::Avg< T > cv::cudev::Sum< T >

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::parameter_type a, typename TypeTraits< T >::parameter_type b) const
 

Additional Inherited Members

- Public Types inherited from cv::cudev::binary_function< T, T, T >
typedef T first_argument_type
 
typedef T result_type
 
typedef T second_argument_type
 

Member Function Documentation

§ operator()()

template<typename T >
__device__ __forceinline__ T cv::cudev::plus< T >::operator() ( typename TypeTraits< T >::parameter_type  a,
typename TypeTraits< T >::parameter_type  b 
) const
inline

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