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==

boost::urls::operator==

Return true if two addresses are equal

Synopsis

Declared in <boost/url/ipv6_address.hpp>

bool
operator==(
    ipv6_address const& a1,
    ipv6_address const& a2) noexcept;

Return Value

true if the addresses are equal

Parameters

Name

Description

a1

The first address to compare.

a2

The second address to compare.

Created with MrDocs