OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnConst
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/cuda/
type_traits.hpp
64
typedef typename type_traits_detail::
UnConst
<T>::type NonConstType;
66
typedef typename type_traits_detail::UnVolatile<typename type_traits_detail::
UnConst
<T>::type>::type UnqualifiedType;
70
enum { isConst = type_traits_detail::
UnConst
<T>::value };
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
type_traits.hpp
130
typedef typename type_traits_detail::
UnConst
<T>::type non_const_type;
132
typedef typename type_traits_detail::UnVolatile<typename type_traits_detail::
UnConst
<T>::type>::type unqualified_type;
136
enum { is_const = type_traits_detail::
UnConst
<T>::value };
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
type_traits_detail.hpp
155
template <class U> struct
UnConst
160
template <class U> struct
UnConst
<const U>
165
template <class U> struct
UnConst
<const U&>
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
type_traits.hpp
142
//
UnConst
144
template <class U> struct
UnConst
149
template <class U> struct
UnConst
<const U>
154
template <class U> struct
UnConst
<const U&>
Completed in 276 milliseconds