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

boost::urls::operator==

Compare two decode views for equality

Synopsis

Declared in <boost/url/decode_view.hpp>

constexpr
bool
operator==(
    decode_view const& lhs,
    decode_view const& rhs) noexcept;

Return Value

true if decoded lhs is equal to the decoded rhs

Parameters

Name

Description

lhs

The left‐hand‐side decode view to compare

rhs

The right‐hand‐side decode view to compare

Created with MrDocs