operator<=
Check if lhs is less than or equal to rhs.
Synopsis
Defined in header <boost/json/string.hpp>.
Description
A lexicographical comparison is used.
Complexity
Linear in lhs.size() + rhs.size()
.
Exception Safety
No-throw guarantee.
Convenience header <boost/json.hpp>