Struct cv::cudev::Binder2nd#

Collaboration diagram for cv::cudev::Binder2nd:

cv::cudev::Binder2nd< Op > Node1 cv::cudev::Binder2nd < Op >   + operator()() Node2 cv::cudev::unary_function < Op::first_argument_type, Op::result_type >     Node2->Node1 Node3 cv::cudev::unary_function < _Arg, _Result >     Node3->Node2 < Op::first_argument _type, Op::result_type > Node4 Op     Node4->Node1 +op Node5 second_argument_type     Node5->Node1 +arg2

cv::cudev::Binder2nd< Op > Node1 cv::cudev::Binder2nd < Op >   + operator()() Node2 cv::cudev::unary_function < Op::first_argument_type, Op::result_type >     Node2->Node1 Node3 cv::cudev::unary_function < _Arg, _Result >     Node3->Node2 < Op::first_argument _type, Op::result_type > Node4 Op     Node4->Node1 +op Node5 second_argument_type     Node5->Node1 +arg2

Public Types#

Public Types inherited from cv::cudev::unary_function

Return

Name

Description

_Arg

argument_type

_Result

result_type

Member Function Documentation#

operator()()#

Op::result_type cv::cudev::Binder2nd::operator()(typename TypeTraits< typename Op::first_argument_type >::parameter_type a)

Member Data Documentation#

arg2#

Op::second_argument_type cv::cudev::Binder2nd::arg2

op#

Op cv::cudev::Binder2nd::op

Source file#

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