We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff7075 commit 70c0e39Copy full SHA for 70c0e39
khash.h
@@ -455,7 +455,8 @@ static kh_inline khint_t __ac_Wang_hash(khint_t key)
455
@param name Name of the hash table [symbol]
456
@param h Pointer to the hash table [khash_t(name)*]
457
@param k Key [type of keys]
458
- @param r Extra return code: 0 if the key is present in the hash table;
+ @param r Extra return code: -1 if the operation failed;
459
+ 0 if the key is present in the hash table;
460
1 if the bucket is empty (never used); 2 if the element in
461
the bucket has been deleted [int*]
462
@return Iterator to the inserted element [khint_t]
0 commit comments