![]() |
Home | Libraries | People | FAQ | More |
boost::intrusive::pointer_traits<T *>
// In header: <boost/intrusive/pointer_traits.hpp> template<typename T> struct pointer_traits<> { // types typedef T ; typedef T * ; typedef ; typedef T & ; typedef U * ; // member classes/structs/unions template<typename U> struct rebind_pointer { // types typedef U * ; }; // public static functions pointer (reference); template<typename U> pointer (U *); template<typename U> pointer (U *); template<typename U> pointer (U *); };
Specialization of pointer_traits for raw pointers