MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / size

Method size

libCacheSim/dataStructure/sparsepp/spp.h:2635–2635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2633
2634public:
2635 size_type size() const { return table.num_nonempty(); }
2636 size_type max_size() const { return table.max_size(); }
2637 bool empty() const { return size() == 0; }
2638 size_type bucket_count() const { return table.size(); }

Callers

nothing calls this directly

Calls 1

num_nonemptyMethod · 0.45

Tested by

no test coverage detected