MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / end

Method end

common/unordered_inline_set.h:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156 iterator begin() noexcept { return _begin(); }
157 iterator end() noexcept { return {this, _capacity}; }
158 iterator begin() const noexcept { return ((SparseArray*)this)->_begin(); }
159 iterator end() const noexcept { return {(SparseArray*)this, _capacity}; }
160 bool iterator_valid(iterator it) const noexcept {

Callers 8

operator =Method · 0.45
unordered_inline_setMethod · 0.45
endMethod · 0.45
cendMethod · 0.45
insertMethod · 0.45
_rehashMethod · 0.45
rehashMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected