PrevUpHomeNext

Function template make_fastroot

boost::make_fastroot

Synopsis

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


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

Description

Instanciates a new root_ptr<> .

[Note] Note

Uses fast_pool_allocator to instanciate the pointee object.


PrevUpHomeNext