Return true if the specified lhs is lexicographically ordered before the specified rhs, and false otherwise.
Declared in <bdlb_caselessstringviewless.h>
bool
operator()(
std::string_view lhs,
std::string_view rhs) const;
true if lhs is lexicographically less than rhs ignoring case, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand string view to compare |
| rhs | right-hand string view to compare |