Home
last modified time | relevance | path

Searched defs:binder2nd (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp695 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… struct
697 …__device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_type& arg2_… in binder2nd() function
699 …sult_type operator ()(typename TypeTraits<typename Op::first_argument_type>::ParameterType a) const in operator ()()
704 __host__ __device__ __forceinline__ binder2nd() {} in binder2nd() function
705 …__host__ __device__ __forceinline__ binder2nd(const binder2nd& other) : op(other.op), arg2(other.a… in binder2nd() function
707 Op op;
708 typename Op::second_argument_type arg2;