Searched refs:pointer_rebind (Results 1 – 3 of 3) sorted by relevance
257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T…262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type264 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;280 : allocator_traits<typename boost::intrusive::pointer_rebind<Allocator, T>::type>287 { typedef typename boost::intrusive::pointer_rebind<Allocator, T>::type type; };
177 struct pointer_rebind struct182 struct pointer_rebind<T*, U> struct
110 typedef typename boost::intrusive::pointer_rebind<Ptr, U>::type type;114 template <class U> using rebind = typename boost::intrusive::pointer_rebind<Ptr, U>::type;