Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp68 template <typename _Arg1, typename _Arg2, typename _Result> struct binary_function struct
70 typedef _Arg1 first_argument_type;
71 typedef _Arg2 second_argument_type;
72 typedef _Result result_type;
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp62 …template<typename Argument1, typename Argument2, typename Result> struct binary_function : public … struct