UnConst            64 modules/core/include/opencv2/core/cuda/type_traits.hpp         typedef typename type_traits_detail::UnConst<T>::type                                                NonConstType;
UnConst            66 modules/core/include/opencv2/core/cuda/type_traits.hpp         typedef typename type_traits_detail::UnVolatile<typename type_traits_detail::UnConst<T>::type>::type UnqualifiedType;
UnConst            70 modules/core/include/opencv2/core/cuda/type_traits.hpp         enum { isConst          = type_traits_detail::UnConst<T>::value };
UnConst           130 modules/cudev/include/opencv2/cudev/util/type_traits.hpp     typedef typename type_traits_detail::UnConst<T>::type                                                non_const_type;
UnConst           132 modules/cudev/include/opencv2/cudev/util/type_traits.hpp     typedef typename type_traits_detail::UnVolatile<typename type_traits_detail::UnConst<T>::type>::type unqualified_type;
UnConst           136 modules/cudev/include/opencv2/cudev/util/type_traits.hpp     enum { is_const          = type_traits_detail::UnConst<T>::value };