boost::urls::grammar::recycled_ptr::operator=
Assignment
Synopsis
Declared in <boost/url/grammar/recycled.hpp>
recycled_ptr&
boost::urls::grammar::recycled_ptr::operator=(recycled_ptr&& other) noexcept;
recycled_ptr&
boost::urls::grammar::recycled_ptr::operator=(recycled_ptr const& other) noexcept;
Parameters
Name | Description |
---|---|
other |
The pointer to move from |
Created with MrDocs