Searched defs:remove_const_t (Results 1 – 3 of 3) sorted by relevance
37 template <class _Tp> using remove_const_t = __remove_const_t<_Tp>; variable
258 using remove_const_t = typename std::remove_const<T>::type; variable
266 using remove_const_t = typename std::remove_const<T>::type; variable