OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::cudev::Binder1st< Op > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::Binder1st< Op >:
Collaboration diagram for cv::cudev::Binder1st< Op >:

Public Types

typedef Op::second_argument_type argument_type
 
typedef Op::result_type 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
 

Member Typedef Documentation

◆ argument_type

typedef Op::second_argument_type cv::cudev::unary_function< Op::second_argument_type , Op::result_type >::argument_type
inherited

◆ result_type

typedef Op::result_type cv::cudev::unary_function< Op::second_argument_type , Op::result_type >::result_type
inherited

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

Referenced by cv::cudev::bind1st().

◆ op

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

Referenced by cv::cudev::bind1st().


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