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

Method cbegin

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

Source from the content-addressed store, hash-verified

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()); }
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.

Callers

nothing calls this directly

Calls 2

beginFunction · 0.85
ne_cbeginMethod · 0.45

Tested by

no test coverage detected