class HashTableVmo
Defined at line 123 of file ../../src/lib/vmo_store/storage_types.h
Protected Members
Key key_
Item vmo_
Public Methods
void HashTableVmo (Key key, Item && vmo)
Defined at line 125 of file ../../src/lib/vmo_store/storage_types.h
size_t GetHash (Key key)
Our simple hash function just multiplies by a big prime, the DefaultHashTraits in the hash
table will mod by the number of buckets.
Defined at line 129 of file ../../src/lib/vmo_store/storage_types.h
Key GetKey ()
Needed to comply with `DefaultKeyedObjectTraits`.
Defined at line 132 of file ../../src/lib/vmo_store/storage_types.h
Friends
class HashTableStorage