Home | Libraries | People | FAQ | More |
Return the result of comparing s0 and s1.
Defined in header <boost/url/decode_view.hpp>
friend bool operator<=( decode_view s0, decode_view s1);
This function compares the two strings that result after applying percent-decoding
to s0
and s1
. Does not allocate.
Linear in s0.size() + s1.size()
.
Throws nothing.
Convenience header <boost/url.hpp>