Struct cv::cudev::Binder1st#

Collaboration diagram for cv::cudev::Binder1st:

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

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

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::Binder1st::operator()(typename TypeTraits< typename Op::second_argument_type >::parameter_type a)

Member Data Documentation#

arg1#

Op::first_argument_type cv::cudev::Binder1st::arg1

op#

Op cv::cudev::Binder1st::op

Source file#

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