Searched defs:sp_dereference (Results 1 – 1 of 1) sorted by relevance
102 template< class T > struct sp_dereference struct104 typedef T & type;107 template<> struct sp_dereference< void > struct109 typedef void type;114 template<> struct sp_dereference< void const > struct116 typedef void type;119 template<> struct sp_dereference< void volatile > struct121 typedef void type;124 template<> struct sp_dereference< void const volatile > struct126 typedef void type;[all …]