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