Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__type_traits/
H A Dremove_const.h44 using remove_const_t = __remove_const_t<_Tp>; variable
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp4090 template <class T> using remove_const_t = __remove_const(T); global() typedef
[all...]