Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2023. The current version is 1.90.0.
Return the result of comparing this with another url.
int compare( url_view_base const& other) const;
This function compares two URLs according to Syntax-Based comparison algorithm.
Linear in min(
u0.size(), u1.size() )
Throws nothing.
-1 if *this
< other,
0 if this ==
other, and 1 if this > other.