Searched defs:add_const_t (Results 1 – 2 of 2) sorted by relevance
34 template <typename T> using add_const_t = typename std::add_const<T>::type; variable
4400 using add_const_t = typename add_const<_Tp>::type; typedef