Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp674 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… struct
676 … __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_type& arg1_… in binder1st() function
678 …ult_type operator ()(typename TypeTraits<typename Op::second_argument_type>::ParameterType a) const in operator ()()
683 __host__ __device__ __forceinline__ binder1st() {} in binder1st() function
684 …__host__ __device__ __forceinline__ binder1st(const binder1st& other) : op(other.op), arg1(other.a… in binder1st() function
686 Op op;
687 typename Op::first_argument_type arg1;