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

Method ne_cbegin

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

Source from the content-addressed store, hash-verified

1054 ne_iterator ne_begin() { return reinterpret_cast<pointer>(_group); }
1055 const_ne_iterator ne_begin() const { return reinterpret_cast<pointer>(_group); }
1056 const_ne_iterator ne_cbegin() const { return reinterpret_cast<pointer>(_group); }
1057 ne_iterator ne_end() { return reinterpret_cast<pointer>(_group + _num_items()); }
1058 const_ne_iterator ne_end() const { return reinterpret_cast<pointer>(_group + _num_items()); }
1059 const_ne_iterator ne_cend() const { return reinterpret_cast<pointer>(_group + _num_items()); }

Callers 2

beginMethod · 0.45
cbeginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected