MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / MakeEmpty

Method MakeEmpty

Bcore/src/main/cpp/base/hash_set.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37class DefaultEmptyFn {
38 public:
39 void MakeEmpty(T& item) const {
40 item = T();
41 }
42 bool IsEmpty(const T& item) const {
43 return item == T();
44 }

Callers 3

EraseMethod · 0.45
HashSetClass · 0.45
AllocateStorageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected