Transparent case-insensitive hash functor for string-like keys.
Declared in <mrdocs/ADT/UnorderedStringMap.hpp>
struct CIStringHash;
Folds each character to lowercase while hashing, so keys that differ only in ASCII case hash to the same bucket. No copy of the key is made.
| Name | Description |
|---|---|
is_transparent | Marker for heterogeneous lookup. |
| Name | Description |
|---|---|
operator() | Hash a string view, ignoring ASCII case. |