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;

Created with MrDocs