Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
grammar::recycled_ptr::~recycled_ptr

Destructor.

Synopsis
~recycled_ptr();
Description

If this is not empty, shared ownership of the pointee is released. If this was the last reference, the object is returned to the original recycle bin.

Effects
this->[link url.ref.boost__urls__grammar__recycled_ptr.release `release`]();

PrevUpHomeNext