arg1 676 modules/core/include/opencv2/core/cuda/functional.hpp __host__ __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_type& arg1_) : op(op_), arg1(arg1_) {} arg1 684 modules/core/include/opencv2/core/cuda/functional.hpp __host__ __device__ __forceinline__ binder1st(const binder1st& other) : op(other.op), arg1(other.arg1) {}