BloombergLP::bdlb::CaselessStringViewLess::operator()

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;

Return Value

true if lhs is lexicographically less than rhs ignoring case, and false otherwise

Parameters

NameDescription
lhsleft-hand string view to compare
rhsright-hand string view to compare