release

Release the referenced object

Synopsis

void
release() noexcept;

Declared in file <include/boost/url/grammar/recycled.hpp> on line 501

Defined in file <include/boost/url/grammar/impl/recycled.hpp> on line 205

Description

If this references an object, it is released to the referenced recycle bin. The pointer continues to reference the same recycle bin.

Postconditions

this->empty()

Exception Safety

Throws nothing.