BucketSet.remove

Removes the mapping for the specified key.

class BucketSet(size_t V, K = hash_t)
bool
remove
(
K key
)

Parameters

key K

key to remove mapping for

Return Value

Type: bool

true if key was found and the mapping removed or false otherwise.

Meta