Boost.URL

    • Quick Look
    • URLs
      • Parsing
      • Containers
      • Segments
      • Params
      • Normalization
      • String Token
      • Percent Encoding
      • Formatting
    • Customization
      • Parse Rules
      • Character Sets
      • Compound Rules
      • Ranges
      • RFC 3986
    • Examples
      • QR Code
      • Finicky
      • mailto URLs
      • Magnet Link
      • File Router
      • Router
      • Sanitizing URLs
    • Reference
    • Help Card
  • boost::urls::url::operator=

boost::urls::url::operator=

Assignment

Synopses

Declared in <boost/url/url.hpp>

Assignment

url&
operator=(url const& u);

» more...

Assignment

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

» more...

Assignment

url&
operator=(url_view_base const& u);

» more...

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