Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp830 template <class Op> struct Binder2nd : unary_function<typename Op::first_argument_type, typename Op… struct
832 Op op;
833 typename Op::second_argument_type arg2;
835 __device__ __forceinline__ typename Op::result_type operator ()( in operator ()()