AddParameterType  124 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp         template <class U> struct AddParameterType { typedef const U& type; };
AddParameterType  125 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp         template <class U> struct AddParameterType<U&> { typedef U& type; };
AddParameterType  126 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp         template <> struct AddParameterType<void> { typedef void type; };
AddParameterType  107 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp     template <class U> struct AddParameterType { typedef const U& type; };
AddParameterType  108 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp     template <class U> struct AddParameterType<U&> { typedef U& type; };
AddParameterType  109 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp     template <> struct AddParameterType<void> { typedef void type; };