DenseHashTable.erase

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t erase(Key key)
    class DenseHashTable(Value, Key, HashFcn, ExtractKey, SetKey, EqualKey)
    size_t
    erase
    (
    in Key key
    )
  2. void erase(Iterator pos)
  3. void erase(Iterator f, Iterator l)

Meta