boost::urls::url::swap
Swap the contents.
Synopsis
Declared in <boost/url/url.hpp>
void
swap(url& other) noexcept;
Description
Exchanges the contents of this url with another url. All views, iterators and references remain valid.
If this == &other
, this function call has no effect.
Parameters
Name | Description |
---|---|
other |
The object to swap with |
Created with MrDocs