Home
last modified time | relevance | path

Searched defs:remove_const (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dremove_const.h20 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_const {typedef _Tp type;}; struct
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp98 struct remove_const { struct
103 struct remove_const<const T> { argument
107 int remove_const0[is_same<remove_const<const int>::type, int>::value? 1 : -1]; argument