OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::Binder2nd< Op > Struct Template Reference

#include "functional.hpp"

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

Public Types

typedef Op::first_argument_type argument_type
 
typedef Op::result_type result_type
 

Public Member Functions

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

Public Attributes

Op::second_argument_type arg2
 
Op op
 

Member Typedef Documentation

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

Member Function Documentation

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

Member Data Documentation

template<class Op>
Op::second_argument_type cv::cudev::Binder2nd< Op >::arg2

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

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

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


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