Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp809 template <class Op> struct Binder1st : unary_function<typename Op::second_argument_type, typename O… struct
811 Op op;
812 typename Op::first_argument_type arg1;
814 __device__ __forceinline__ typename Op::result_type operator ()( in operator ()()