Add hash functions to libk #46
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hubert/Pi-kachULM_OS!46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hash"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@desfreng
Déjà fait avec:
Pour
libk::StringView, cette classe n'existe pas encore dans cette branche.Il faut surcharger la fonction
libk::hash()pour ton objet. Mais pour t'aider tu peux utiliserlibk::hash_multiple(val1, val2, ...)qui hashval1,val2, ... puis combine les hash ensemble. Ou directementlibk::hash_combinequi est identique àboost::hash_combine.Tu penses à une interface plus précise ?
Nope Perfect !