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