Assignment

Synopsis

Declared in header </boost/url/url.hpp#L271[boost/url/url.hpp,window=blank_]>

url&
operator=(url&& u) noexcept;

Description

The contents of u are transferred to this, including the underlying character buffer. The previous contents of this are destroyed. After assignment, the moved-from object is as if default constructed.

Postconditions

u.empty() == true

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

  • ``

Parameters

Name Type

u

``