boost::make_fastnode
// In header: <boost/smart_ptr/root_ptr.hpp> template<typename V, typename PoolAllocator = pool_allocator<V> > node_ptr< V > make_fastnode(node_proxy const & x);
Instanciates a new node_ptr<> .
node_ptr<>
Uses fast_pool_allocator to instanciate the pointee object.
fast_pool_allocator
Parameters:
x
Reference to a node_proxy the pointer belongs to.
node_proxy