SelectIf          189 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp     template <bool, typename ThenType, typename ElseType> struct SelectIf
SelectIf          193 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp     template <typename ThenType, typename ElseType> struct SelectIf<false, ThenType, ElseType>
SelectIf          200 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp         typedef typename SelectIf<sizeof(A) >= sizeof(B), A, B>::type type;
SelectIf           96 modules/cudev/include/opencv2/cudev/util/type_traits.hpp template <bool, typename ThenType, typename ElseType> struct SelectIf
SelectIf          100 modules/cudev/include/opencv2/cudev/util/type_traits.hpp template <typename ThenType, typename ElseType> struct SelectIf<false, ThenType, ElseType>
SelectIf          158 modules/cudev/include/opencv2/cudev/util/type_traits.hpp         unsigned(VecTraits<A>::cn) != unsigned(VecTraits<B>::cn),