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_view::operator=

boost::urls::url_view::operator=

Assignment

Synopses

Declared in <boost/url/url_view.hpp>

Assignment

url_view&
operator=(url_view const& other) noexcept;

» more...

Assignment

url_view&
operator=(url_view_base const& other) noexcept;

» more...

Return Value

A reference to this object.

Parameters

Name

Description

other

The other view.

Created with MrDocs