boost::urls::grammar::recycled_ptr::operator=
Assignment
Synopsis
recycled_ptr&
operator=(recycled_ptr&& other) noexcept;
recycled_ptr&
operator=(recycled_ptr const& other) noexcept;
Parameters
Name | Description |
---|---|
other |
The pointer to move from |
Created with MrDocs