Searched refs:remove_const (Results 1 – 19 of 19) sorted by relevance
22 struct remove_const { struct30 struct _LIBCPP_TEMPLATE_VIS remove_const {34 struct _LIBCPP_TEMPLATE_VIS remove_const<const _Tp> {39 using __remove_const_t = typename remove_const<_Tp>::type;
153 typename std::remove_const< in add()156 typename std::remove_const< in add()160 typename std::remove_const< in add()
65 typename std::remove_const<MaybeConstInnerParameters>::type; in getParams()
20 TRANSFORM_TYPE_TRAIT_DEF(RemoveConst, remove_const)
360 typedef typename std::remove_const<Element>::type RawElement;384 typedef typename std::remove_const<
301 typename U = typename std::remove_const<
62 template <class T> struct remove_const;174 using remove_const_t = typename remove_const<T>::type; // C++14484 #include <__type_traits/remove_const.h>
170 #include <__type_traits/remove_const.h>
214 #include <__type_traits/remove_const.h>
246 #include <__type_traits/remove_const.h>
2059 …traits_remove_const [system] { header "__type_traits/remove_const.h" }
37 #include <__type_traits/remove_const.h>
133 using std::remove_const;
861 typename std::remove_const<typename std::remove_reference<T>::type>::type966 std::is_same<typename std::remove_const<
2144 typename std::is_pointer<typename std::remove_const<T>::type>::type(),2209 typename std::is_pointer<typename std::remove_const<T>::type>::type(),2507 typename std::remove_const<LhsContainer>::type>4971 internal::ContainerEqMatcher<typename std::remove_const<Container>::type>>5003 typename std::remove_const<Container>::type>5033 typename std::remove_const<RhsContainer>::type>::type::value_type>>
1321 TTR_HEADERS+= remove_const.h
827 { include: [ "<__type_traits/remove_const.h>", "private", "<type_traits>", "public" ] },
2472 SYMBOL(remove_const, std::, <type_traits>)
8733 … using ArgType = typename std::remove_const<typename std::remove_reference<ArgT>::type>::type;