Constructor
void
recycled_ptr(
nullptr_t) noexcept;
Declared in file <boost/url/grammar/impl/recycled.hpp> at line 128
After construction, this is empty and refers to a global recycle bin.
recycled_ptr< std::string > ps( nullptr );
// Acquire a string and put it into a known state
ps->acquire();
ps->clear();
&this->bin() != nullptr && this->empty()
Throws nothing.