s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
DenseHashSet.identity
s2
util
container
dense_hash_set
DenseHashSet
Apparently identity is not stl-standard, so we define our own
class
DenseHashSet
(Value, HashFcn, EqualKey)
static
Value
identity
(
in
Value
v
)
Meta
Source
See Implementation
s2
util
container
dense_hash_set
DenseHashSet
aliases
HashTable
Iterator
KeyType
ValueType
constructors
this
functions
loadFactor
maxLoadFactor
minLoadFactor
opEquals
static functions
identity
setKey
variables
rep
Apparently identity is not stl-standard, so we define our own