You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an link:../../examples/fnv1.hpp[implementation of FNV-1a^] in the examples directory.
30
+
There is an link:../../../examples/fnv1.hpp[implementation of FNV-1a^] in the examples directory.
31
31
32
32
If you wish to use a different equality function, you will also need to use a matching hash function. For example, to implement a case insensitive dictionary you need to define a case insensitive equality predicate and hash function:
0 commit comments