Return true if the specified lhs string is lexicographically ordered before the specified rhs string, and false otherwise. The behavior is undefined unless both lhs and rhs point to null-terminated strings.
Declared in <bdlb_cstringless.h>
bool
operator()(
char const* lhs,
char const* rhs) const;