arg2              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_) {}
arg2              705 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ binder2nd(const binder2nd& other) : op(other.op), arg2(other.arg2) {}