boost::urls::static_url::operator=

Assignment

Synopses

Declared in <boost/url/static_url.hpp>
Assignment
static_url&
operator=(static_url const& u) noexcept;


» more... Assignment
static_url&
operator=(url_view_base const& u);


» more...

Exceptions

Name Thrown on
system_error Capacity would be exceeded.

Return Value

A reference to this object.

Parameters

Name Description
u The url to copy.

Created with MrDocs