Struct HashMap
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
m_allocator
|
Allocator |
|
m_length
|
size_t |
|
m_resizing
|
bool |
|
m_table
|
HashMap |
Properties
Name | Type | Description |
---|---|---|
length
[get]
|
size_t |
Methods
Name | Description |
---|---|
clear
|
|
findIndex
|
|
findInsertIndex
|
|
get
|
|
getNothrow
|
Workaround #12647 |
grow
|
|
opApply
|
|
opBinaryRight
|
|
opIndex
|
|
opIndexAssign
|
|
remove
|
|
resize
|
Inner structs
Name | Description |
---|---|
TableEntry
|
Aliases
Name | Description |
---|---|
Key
|
|
Value
|
Authors
Sönke Ludwig
Copyright
© 2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.