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

Method end

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

Source from the content-addressed store, hash-verified

2562 // ---------
2563 iterator begin() { return _mk_iterator(table.ne_begin()); }
2564 iterator end() { return _mk_iterator(table.ne_end()); }
2565 const_iterator begin() const { return _mk_const_iterator(table.ne_cbegin()); }
2566 const_iterator end() const { return _mk_const_iterator(table.ne_cend()); }
2567 const_iterator cbegin() const { return _mk_const_iterator(table.ne_cbegin()); }

Callers

nothing calls this directly

Calls 4

beginFunction · 0.85
ne_endMethod · 0.45
ne_cendMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected