Return true if the specified lhs is lexicographically ordered before the specified rhs, and false otherwise.
Synopsis
Declared in <bdlb_caselessstringviewless.h>
bool
operator()(
std::string_view lhs,
std::string_view rhs) const;
Created with MrDocs