userver: utils::StrIcaseLess 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::StrIcaseLess Class Reference

Case insensitive ASCII less comparison functor. More...

#include <userver/utils/str_icase.hpp>

Public Types

using is_transparent = void
 

Public Member Functions

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

Detailed Description

Case insensitive ASCII less comparison functor.

Definition at line 87 of file str_icase.hpp.

Member Typedef Documentation

◆ is_transparent

using utils::StrIcaseLess::is_transparent = void

Definition at line 89 of file str_icase.hpp.


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