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::grammar::string_view_base::operator=

boost::urls::grammar::string_view_base::operator=

Assignment

Synopsis

Declared in <boost/url/grammar/string_view_base.hpp>

constexpr
string_view_base&
operator=(string_view_base const& other) = default;

Return Value

A reference to this object

Parameters

Name

Description

other

The object to assign

Created with MrDocs