boost::urls::operator<

Members

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 less than

template<
    class S0,
    class S1>
constexpr
bool
operator<(
    const S0& s0,
    const S1& s1) noexcept;
  » more...

Return the result of comparing two URLs

bool
operator<(
    const url_view_base& u0,
    const url_view_base& u1) noexcept;
  » more...