Searched defs:add_pointer (Results 1 – 2 of 2) sorted by relevance
23 struct add_pointer struct25 typedef T* type;28 struct add_pointer<T&> struct30 typedef T* type;33 struct add_pointer<T&const> struct35 typedef T* type;38 struct add_pointer<T&volatile> struct40 typedef T* type;43 struct add_pointer<T&const volatile> struct45 typedef T* type;
145 struct add_pointer struct147 typedef typename remove_reference<T>::type* type;