Searched defs:add_const (Results 1 – 5 of 5) sorted by relevance
24 struct add_const { struct25 using type = T;31 struct add_const { struct32 using type = T;
24 std::add_const_t<T> add_const() { in add_const() function
10 template< class T> struct add_const { typedef const T type; }; argument
187 struct add_const { struct188 typedef const T type;