PrevUpHomeNext

Function template make_node

boost::make_node

Synopsis

// 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);

Description

Instanciates a new node_ptr<> .

Parameters:

x

Reference to a node_proxy the pointer belongs to.


PrevUpHomeNext