s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
BTreeMap.opIndexAssign
s2
util
container
btree_map
BTreeMap
Undocumented in source. Be warned that the author may not have intended to support it.
class
BTreeMap
(KeyT, ValueT, size_t NodeSizeV = 256, alias KeyLessF = "a < b")
ValueT
opIndexAssign
(
ValueT
value
,
KeyT
key
)
Meta
Source
See Implementation
s2
util
container
btree_map
BTreeMap
aliases
BTreeT
_isKeyLess
constructors
this
functions
equalRange
insert
lowerRange
opBinaryRight
opIndexAssign
remove
upperRange
structs
Pair
variables
bTree