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

Method IsEmpty

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

Source from the content-addressed store, hash-verified

40 item = T();
41 }
42 bool IsEmpty(const T& item) const {
43 return item == T();
44 }
45};
46
47template <class T>

Callers 7

EraseMethod · 0.45
TotalProbeDistanceMethod · 0.45
HashSetClass · 0.45
FindIndexMethod · 0.45
IsFreeSlotMethod · 0.45
ResizeMethod · 0.45
FirstAvailableSlotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected