Return true if the specified lhs string view has the same (case insensitive) value as the specified rhs string view, and false otherwise.

Synopsis

Declared in <bdlb_caselessstringviewequalto.h>

bool
operator()(
    std::string_view lhs,
    std::string_view rhs) const;

Return Value

true if lhs and rhs compare equal 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