ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
BTreeMap.initialize
ocean
util
container
btree
BTreeMap
BTreeMap
Constructor.
struct
BTreeMap
(TreeKeyType, TreeValueType, int tree_degree)
package
void
initialize
(
IMemManager
allocator
=
mallocMemManager
)
Parameters
allocator
IMemManager
memory manager to use to allocate/deallocate memory
Meta
Source
See Implementation
ocean
util
container
btree
BTreeMap
BTreeMap
aliases
Implementation
KeyType
ValueType
constructors
this
functions
get
initialize
insert
opApply
opBinaryRight
remove
variables
impl
Constructor.