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

Name

Description

lhs

left‐hand string view to compare

rhs

right‐hand string view to compare

Created with MrDocs