Release the referenced object
Synopsis
Declared in header </boost/url/grammar/recycled.hpp#L501[boost/url/grammar/recycled.hpp,window=blank_]>
void
release() noexcept;
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.
Return Value
-
void