DisableIf 112 modules/cudev/include/opencv2/cudev/util/type_traits.hpp template <bool, typename T = void> struct DisableIf {}; DisableIf 113 modules/cudev/include/opencv2/cudev/util/type_traits.hpp template <typename T> struct DisableIf<false, T> { typedef T type; };