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

Method max_size

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

Source from the content-addressed store, hash-verified

1280 // because our table is always fixed size.
1281 size_type size() const { return static_cast<size_type>(SPP_GROUP_SIZE); }
1282 size_type max_size() const { return static_cast<size_type>(SPP_GROUP_SIZE); }
1283
1284 bool empty() const { return false; }
1285

Callers 4

max_sizeMethod · 0.45
max_sizeMethod · 0.45
max_sizeMethod · 0.45
max_sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected