Home | Libraries | People | FAQ | More |
Constructor.
recycled_ptr();
Upon construction, this will acquire exclusive access to an object of
type T
which is either
recycled from a global recycle bin, or newly allocated. The object will
be in an unknown but valid state.
recycled_ptr< std::string > ps; // Put the string into a known state ps->clear();
&this->bin() != nullptr && ! this->empty()