:relfileprefix: ../../ [#boost-urls-operator_le] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::operator<= == Members [source,cpp,subs="verbatim,macros,-callouts"] ---- template< class S0, class S1> constexpr bool xref:boost/urls/operator_le-06.adoc[pass:[operator<=]]( S0 const& s0, S1 const& s1) noexcept; xref:boost/urls/operator_le-06.adoc[pass:c,q,m[*_» more..._*]] ---- Return the result of comparing two authorities The authorities are compared component by component as if they were first normalized. [source,cpp,subs="verbatim,macros,-callouts"] ---- bool xref:boost/urls/operator_le-01.adoc[pass:[operator<=]]( xref:boost/urls/authority_view.adoc[authority_view] const& a0, xref:boost/urls/authority_view.adoc[authority_view] const& a1) noexcept; xref:boost/urls/operator_le-01.adoc[pass:c,q,m[*_» more..._*]] ---- Return the result of comparing two URLs [source,cpp,subs="verbatim,macros,-callouts"] ---- bool xref:boost/urls/operator_le-0a.adoc[pass:[operator<=]]( xref:boost/urls/url_view_base.adoc[url_view_base] const& u0, xref:boost/urls/url_view_base.adoc[url_view_base] const& u1) noexcept; xref:boost/urls/operator_le-0a.adoc[pass:c,q,m[*_» more..._*]] ----