OpenCV  4.1.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::cudev::Binder1st< Op > Struct Template Reference

#include <opencv2/cudev/functional/functional.hpp>

Inheritance diagram for cv::cudev::Binder1st< Op >:
cv::cudev::unary_function< Op::second_argument_type, Op::result_type >

Public Member Functions

__device__ __forceinline__ Op::result_type operator() (typename TypeTraits< typename Op::second_argument_type >::parameter_type a) const
 

Public Attributes

Op::first_argument_type arg1
 
Op op
 

Additional Inherited Members

- Public Types inherited from cv::cudev::unary_function< Op::second_argument_type, Op::result_type >
typedef Op::second_argument_type argument_type
 
typedef Op::result_type result_type
 

Member Function Documentation

§ operator()()

template<class Op>
__device__ __forceinline__ Op::result_type cv::cudev::Binder1st< Op >::operator() ( typename TypeTraits< typename Op::second_argument_type >::parameter_type  a) const
inline

Member Data Documentation

§ arg1

template<class Op>
Op::first_argument_type cv::cudev::Binder1st< Op >::arg1

§ op

template<class Op>
Op cv::cudev::Binder1st< Op >::op

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