boost::urls::grammar::recycled_ptr::operator=

Assignment

Synopses

Declared in <boost/url/grammar/recycled.hpp>
Assignment
recycled_ptr&
operator=(recycled_ptr const& other) noexcept;


» more... Assignment
recycled_ptr&
operator=(recycled_ptr&& other) noexcept;


» more...

Return Value

*this

Parameters

Name Description
other The pointer to copy from

Created with MrDocs