Home
last modified time | relevance | path

Searched defs:sp_dereference (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/smart_ptr/
Dshared_ptr.hpp96 template< class T > struct sp_dereference struct
98 typedef T & type;
101 template<> struct sp_dereference< void > struct
103 typedef void type;
108 template<> struct sp_dereference< void const > struct
110 typedef void type;
113 template<> struct sp_dereference< void volatile > struct
115 typedef void type;
118 template<> struct sp_dereference< void const volatile > struct
120 typedef void type;
[all …]