boost::urls::operator!=

Members

Return true if two addresses are not equal

bool
operator!=(
    const ipv4_address& a1,
    const ipv4_address& a2) noexcept;
  » more...

Return true if two addresses are not 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...

Compare two decode views for inequality

template<
    class S0,
    class S1>
constexpr
bool
operator!=(
    const S0& s0,
    const S1& s1) noexcept;
  » more...
bool
operator!=(
    const iterator& it0,
    const 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...