Case insensitive ASCII hashing functor.
More...
#include <userver/utils/str_icase.hpp>
Case insensitive ASCII hashing functor.
Definition at line 52 of file str_icase.hpp.
◆ is_transparent
using utils::StrIcaseHash::is_transparent = void |
◆ StrIcaseHash()
utils::StrIcaseHash::StrIcaseHash |
( |
HashSeed |
seed | ) |
|
|
explicitnoexcept |
Uses the provided seed. Use with caution: a constant seed makes the hasher vulnerable to HashDOS attacks when arbitrary keys are allowed.
The documentation for this class was generated from the following file: