Overload set operator>

Members

template<
    class S0,
    class S1>
constexpr
std::enable_if<is_match<S0, S1>::value, bool>::type
operator>(
    const S0& s0,
    const S1& s1) 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...

Return the result of comparing two URLs

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