s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
DenseHashTable.erase
s2
util
container
dense_hash_table
DenseHashTable
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
erase
(Key key)
void
erase
(Iterator pos)
void
erase
(Iterator f, Iterator l)
class
DenseHashTable
(Value, Key, HashFcn, ExtractKey, SetKey, EqualKey)
void
erase
(
Iterator
f
,
Iterator
l
)
Meta
Source
See Implementation
s2
util
container
dense_hash_table
DenseHashTable
aliases
Iterator
KeyType
ThisT
ValueType
constructors
this
destructors
~this
functions
begin
bucket
bucketCount
bucketSize
clear
clearDeletedKey
clearNoResize
count
deletedKey
empty
emptyKey
end
equalKey
equalRange
erase
find
findOrInsert
getKey
getResizingParameters
hash
insert
maxBucketCount
maxSize
nonemptyBucketCount
numTableCopies
opEquals
resize
setDeletedKey
setEmptyKey
setKey
setResizingParameters
size
swap
testDeleted
testEmpty
variables
HT_DEFAULT_STARTING_BUCKETS
HT_EMPTY_PCT
HT_MIN_BUCKETS
HT_OCCUPANCY_PCT