Home | Libraries | People | FAQ | More |
Constructor.
recycled_ptr( std::nullptr_t);
After construction, this will be empty and refer 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.