boost::urls::param::operator=

Assignment

Synopsis

Declared in <boost/url/param.hpp>

param&
operator=(param&& other) noexcept;

Description

Upon assignment, this acquires ownership of the members of other via move assignment. The moved from object is as if default constructed.

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

A reference to this object.

Parameters

Name

Description

other

The object to assign from.

Created with MrDocs