Searched defs:add_const (Results 1 – 2 of 2) sorted by relevance
30 template <class T> struct add_const struct32 typedef T const type;39 template <class T> struct add_const<T&> struct41 typedef T& type;
154 struct add_const struct156 typedef const T type;160 struct add_const<T&> struct162 typedef const T& type;168 struct add_const<T&&> struct170 typedef T&& type;