HomeSort by relevance Sort by last modified time
    Searched defs:UnConst (Results 1 - 2 of 2) sorted by null

  /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 500 milliseconds