Case insensitive ASCII comparators and hashers. More...
#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:Go to the source code of 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. | |
Case insensitive ASCII comparators and hashers.
Definition in file str_icase.hpp.