Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp62 template <typename _Arg, typename _Result> struct unary_function struct
64 typedef _Arg argument_type;
65 typedef _Result result_type;
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp61 …template<typename Argument, typename Result> struct unary_function : public std::unary_function<Ar… struct