second_argument_type 653 modules/core/include/opencv2/core/cuda/functional.hpp template <typename Predicate> struct binary_negate : binary_function<typename Predicate::first_argument_type, typename Predicate::second_argument_type, bool> second_argument_type 658 modules/core/include/opencv2/core/cuda/functional.hpp typename TypeTraits<typename Predicate::second_argument_type>::ParameterType y) const second_argument_type 674 modules/core/include/opencv2/core/cuda/functional.hpp template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typename Op::result_type> second_argument_type 678 modules/core/include/opencv2/core/cuda/functional.hpp __device__ __forceinline__ typename Op::result_type operator ()(typename TypeTraits<typename Op::second_argument_type>::ParameterType a) const second_argument_type 697 modules/core/include/opencv2/core/cuda/functional.hpp __host__ __device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_type& arg2_) : op(op_), arg2(arg2_) {} second_argument_type 708 modules/core/include/opencv2/core/cuda/functional.hpp typename Op::second_argument_type arg2; second_argument_type 713 modules/core/include/opencv2/core/cuda/functional.hpp return binder2nd<Op>(op, typename Op::second_argument_type(x)); second_argument_type 789 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <class Predicate> struct BinaryNegate : binary_function<typename Predicate::first_argument_type, typename Predicate::second_argument_type, typename Predicate::result_type> second_argument_type 795 modules/cudev/include/opencv2/cudev/functional/functional.hpp typename TypeTraits<typename Predicate::second_argument_type>::parameter_type y) const second_argument_type 809 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <class Op> struct Binder1st : unary_function<typename Op::second_argument_type, typename Op::result_type> second_argument_type 815 modules/cudev/include/opencv2/cudev/functional/functional.hpp typename TypeTraits<typename Op::second_argument_type>::parameter_type a) const second_argument_type 833 modules/cudev/include/opencv2/cudev/functional/functional.hpp typename Op::second_argument_type arg2; second_argument_type 843 modules/cudev/include/opencv2/cudev/functional/functional.hpp __host__ __device__ Binder2nd<Op> bind2nd(const Op& op, const typename Op::second_argument_type& arg2)