Searched defs:_UnQual (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A Dtype_manips.h279 template <class _Tp> struct _UnQual { typedef _Tp _Type; }; struct
280 template <class _Tp> struct _UnQual<const _Tp> { typedef _Tp _Type; }; struct
281 template <class _Tp> struct _UnQual<volatile _Tp> { typedef _Tp _Type; }; struct
282 template <class _Tp> struct _UnQual<const volatile _Tp> { typedef _Tp _Type; }; struct

Completed in 3 milliseconds