Home | Libraries | People | FAQ | More |
Comparison.
Defined in header <boost/url/grammar/string_view_base.hpp>
template< class String1, class String2> friend bool operator>=( String1 s1, String2 s2);
These functions perform a lexicographical comparison of the contents of
two strings. At least one of the strings must be derived from string_view_base
, with the other
string being convertible to string_view
.
Linear in s1.size() + s2.size()
.
Throws nothing.
Name |
Description |
---|---|
|
The strings to compare. |
Convenience header <boost/url/grammar.hpp>