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

Method test_strict

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

also tests for erased values ----------------------------

Source from the content-addressed store, hash-verified

1464 // also tests for erased values
1465 // ----------------------------
1466 bool test_strict(size_type i) const
1467 {
1468 return _bmtest_strict(i);
1469 }
1470
1471private:
1472 // Shrink the array, assuming value_type is relocatable, and the

Callers 6

test_strictMethod · 0.45
test_strictMethod · 0.45
_find_positionMethod · 0.45
findMethod · 0.45
sparse_hashtableClass · 0.45
eraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected