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

Method is_marked

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

Source from the content-addressed store, hash-verified

1676
1677 void mark() { _group = (value_type *)static_cast<uintptr_t>(-1); }
1678 bool is_marked() const { return _group == (value_type *)static_cast<uintptr_t>(-1); }
1679
1680private:
1681 // ---------------------------------------------------------------------------

Callers 7

Two_d_iteratorMethod · 0.80
advance_past_endMethod · 0.80
operator-Method · 0.80
Two_d_iteratorClass · 0.80
operator==Method · 0.80
advance_past_endMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected