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

Method erase

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

Source from the content-addressed store, hash-verified

124 iterator operator++(int) { auto r = *this; seek(1); return r; }
125 iterator operator--(int) { auto r = *this; seek(-1); return r; }
126 void erase() { _a->erase(_i); }
127 const T& operator*() const { return *_a->get(_i); }
128 const T* operator->() const { return _a->get(_i); }
129 template<typename P>

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected