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

Method cend

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

Source from the content-addressed store, hash-verified

2566 const_iterator end() const { return _mk_const_iterator(table.ne_cend()); }
2567 const_iterator cbegin() const { return _mk_const_iterator(table.ne_cbegin()); }
2568 const_iterator cend() const { return _mk_const_iterator(table.ne_cend()); }
2569
2570 // These come from tr1 unordered_map. They iterate over 'bucket' n.
2571 // For sparsehashtable, we could consider each 'group' to be a bucket,

Callers

nothing calls this directly

Calls 2

endFunction · 0.85
ne_cendMethod · 0.45

Tested by

no test coverage detected