Overload set operator==
Members
Return true if two addresses are equal
bool
operator==(
const ipv4_address& a1,
const ipv4_address& a2) noexcept;
» more...
Return true if two addresses are equal
bool
operator==(
const ipv6_address& a1,
const ipv6_address& a2) noexcept;
» more...
Return the result of comparing two authorities The authorities are compared component by component as if they were first normalized.
bool
operator==(
const authority_view& a0,
const authority_view& a1) noexcept;
» more...
bool
operator==(
const params_encoded_base::iterator& it0,
const params_encoded_base::iterator& it1) noexcept;
» more...
Return the result of comparing two URLs
bool
operator==(
const url_view_base& u0,
const url_view_base& u1) noexcept;
» more...