![]() |
Home | Libraries | People | FAQ | More |
Constructor.
recycled_ptr( std::nullptr_t);
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->[link url.ref.boost__urls__grammar__recycled_ptr.bin `bin`]() != nullptr && this->[link url.ref.boost__urls__grammar__recycled_ptr.empty `empty`]()
Throws nothing.