MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / DictionaryKeyHasher

Class DictionaryKeyHasher

LuaSTGPlus/Dictionary.hpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 };
119
120 struct DictionaryKeyHasher
121 {
122 size_t operator()(const DictionaryKey& k)const
123 {
124 return k.HashKey;
125 }
126 };
127
128 template <typename Value>
129 using Dictionary = std::unordered_map<DictionaryKey, Value, DictionaryKeyHasher>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected