PrevUpHomeNext

Function template make_root

boost::make_root

Synopsis

// In header: <boost/smart_ptr/root_ptr.hpp>


template<typename V, typename PoolAllocator = pool_allocator<V> > 
  root_ptr< V > make_root();

Description

Instanciates a new root_ptr<> .


PrevUpHomeNext