Searched defs:remove_const (Results 1 – 4 of 4) sorted by relevance
22 struct remove_const { struct23 using type _LIBCPP_NODEBUG = __remove_const(_Tp); argument
98 struct remove_const { struct103 struct remove_const<const T> { struct107 int remove_const0[is_same<remove_const<const int>::type, int>::value? 1 : -1]; argument
85 std::remove_const_t<T> remove_const() { in remove_const() function
360 static void *remove_const(const void *p) in remove_const() function