userver: userver/utils/str_icase.hpp File 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
str_icase.hpp File Reference

Detailed Description

Case insensitive ASCII comparators and hashers.

Definition in file str_icase.hpp.

Go to the source code of this file.

#include <cstdint>
#include <string>
#include <string_view>
+ Include dependency graph for str_icase.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

struct  utils::HashSeed
 The seed structure used by underlying hashing implementation. More...
 
class  utils::StrCaseHash
 Case sensitive ASCII hashing functor. More...
 
class  utils::StrIcaseHash
 Case insensitive ASCII hashing functor. More...
 
class  utils::StrIcaseCompareThreeWay
 Case insensitive ASCII 3-way comparison functor. More...
 
class  utils::StrIcaseEqual
 Case insensitive ASCII equality comparison functor. More...
 
class  utils::StrIcaseLess
 Case insensitive ASCII less comparison functor. More...
 

Namespaces

namespace  utils
 Utilities.