boost::urls::authority_view::compare
Return the result of comparing this with another authority
Synopsis
int
compare(authority_view const& other) const noexcept;
Description
Return Value
‐1 if *this < other, 0 if this == other, and 1 if this > other.
Created with MrDocs