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