Searched defs:sp_dereference (Results 1 – 1 of 1) sorted by relevance
96 template< class T > struct sp_dereference struct98 typedef T & type;101 template<> struct sp_dereference< void > struct103 typedef void type;108 template<> struct sp_dereference< void const > struct110 typedef void type;113 template<> struct sp_dereference< void volatile > struct115 typedef void type;118 template<> struct sp_dereference< void const volatile > struct120 typedef void type;[all …]