Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp853 template <typename F> struct IsUnaryFunction struct
855 typedef char Yes;
856 struct No {Yes a[2];};
863 enum { value = (sizeof(check(makeF())) == sizeof(Yes)) };
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp717 template <typename F> struct IsUnaryFunction struct
719 typedef char Yes;
720 struct No {Yes a[2];};
727 enum { value = (sizeof(check(makeF())) == sizeof(Yes)) };