![]() |
MOS Source Code
|
Public Member Functions | |
chain (const Key &new_key, const Value &new_value) | |
chain (const Key &new_key, Value &&new_value) | |
Public Attributes | |
entry_type | entry |
chain * | next |
Additional Inherited Members | |
![]() | |
static constexpr mos::string_view | type_name |
Definition at line 25 of file hashmap.hpp.
|
inlineexplicit |
Definition at line 29 of file hashmap.hpp.
|
inlineexplicit |
Definition at line 30 of file hashmap.hpp.
entry_type entry |
Definition at line 27 of file hashmap.hpp.
chain* next |
Definition at line 28 of file hashmap.hpp.
Referenced by chain(), chain(), HashMap< Key, Value, TAllocator >::remove(), and HashMap< Key, Value, TAllocator >::~HashMap().