Searched defs:rebind_alloc (Results 1 – 1 of 1) sorted by relevance
185 template <class T> using rebind_alloc = see_documentation; typedef257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct264 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;267 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() function