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

  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
type_traits_detail.hpp 171 template <class U> struct UnVolatile
176 template <class U> struct UnVolatile<volatile U>
181 template <class U> struct UnVolatile<volatile U&>
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
type_traits.hpp 160 // UnVolatile
162 template <class U> struct UnVolatile
167 template <class U> struct UnVolatile<volatile U>
172 template <class U> struct UnVolatile<volatile U&>

Completed in 556 milliseconds