userver: utils::StrIcaseEqual Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
utils::StrIcaseEqual Class Reference

#include <userver/utils/str_icase.hpp>

Detailed Description

Case insensitive ASCII equality comparison functor.

Definition at line 79 of file str_icase.hpp.

Public Member Functions

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

The documentation for this class was generated from the following file: