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

Method ne_end

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

Source from the content-addressed store, hash-verified

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()); }
1060 reverse_ne_iterator ne_rbegin() { return reverse_ne_iterator(ne_end()); }

Callers 5

advance_past_endMethod · 0.45
Two_d_iteratorClass · 0.45
advance_past_endMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected