Searched defs:add_const_t (Results 1 – 7 of 7) sorted by relevance
27 using add_const_t = typename add_const<_Tp>::type; variable
46 template <class T> using add_const_t = typename add_const<T>::type; typedef