Return true if the specified lhs string view has the same (case insensitive) value as the specified rhs string view, and false otherwise.
Declared in <bdlb_caselessstringviewequalto.h>
bool
operator()(
std::string_view lhs,
std::string_view rhs) const;
true if lhs and rhs compare equal ignoring case, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand string view to compare |
| rhs | right-hand string view to compare |