Return the result of comparing s0 and s1.
Defined in header <boost/url/pct_encoded_view.hpp>
template< class String> friend bool operator<( String const& s0, pct_encoded_view s1);
This function compares the string s0
,
to the string that results from applying percent-decoding to s1
. Does not allocate.
std::is_convertible_v< String, string_view >
Linear in s0.size() + s1.size()
.
Throws nothing.
Convenience header <boost/url.hpp>