![]() |
Home | Libraries | People | FAQ | More |
Return the result of comparing this with another authority.
int compare( authority_view const& other) const;
This function compares two authorities according to Syntax-Based comparison algorithm.
Throws nothing.
-1 if *this
< other
,
0 if this ==
other
, and 1 if this > other
.