EnableIf 107 modules/cudev/include/opencv2/cudev/util/type_traits.hpp template <bool, typename T = void> struct EnableIf {}; EnableIf 108 modules/cudev/include/opencv2/cudev/util/type_traits.hpp template <typename T> struct EnableIf<true, T> { typedef T type; };