MCPcopy Create free account
hub / github.com/Norbyte/bg3se / clear

Method clear

CoreLib/Base/BaseMap.h:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 void clear()
153 {
154 std::fill(HashKeys.begin(), HashKeys.end(), -1);
155 NextIds.clear();
156 Keys.clear();
157 }
158
159 int find_index(T const& key) const
160 {

Callers 2

~HashMapMethod · 0.45
clearMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected