~recycled_ptr

Destructor

Synopsis

void ~recycled_ptr();

Declared in file <boost/url/grammar/impl/recycled.hpp> at line 94

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->release();