Overload set 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...
Return the result of comparing two URLs
bool
operator<(
const url_view_base& u0,
const url_view_base& u1) noexcept;
» more...