:relfileprefix: ../../../ [#725A3B12A8C719BFD8B431A85C159839999E2F47] = Friend operator>= 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.] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- friend bool operator>=( const xref:boost/urls/authority_view.adoc[authority_view]& a0, const xref:boost/urls/authority_view.adoc[authority_view]& a1) noexcept; ---- == Description === Complexity pass:v,q[Linear in `min( a0.size(), a1.size() )`] === Exception Safety pass:v,q[Throws nothing]