Assignment

Synopses

Declared in <boost/url/url.hpp>

Assignment

url&
operator=(url const& u);

Assignment

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

Assignment

Exceptions

Name

Thrown on

std::length_error

u.size() > max_size().

Return Value

A reference to this object.

Parameters

Name

Description

u

The url to copy.

Created with MrDocs