Searched defs:remove_cv (Results 1 – 3 of 3) sorted by relevance
24 struct remove_cv { struct25 using type _LIBCPP_NODEBUG = __remove_cv(_Tp); argument
21 struct _LIBCPP_NO_SPECIALIZATIONS remove_cv { struct22 using type _LIBCPP_NODEBUG = __remove_cv(_Tp); argument
18 template <class T> struct remove_cv : cpp::type_identity<T> {}; struct