MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / operator->

Method operator->

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

Source from the content-addressed store, hash-verified

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>
130 void set(P&& x) { _a->set(_i, std::forward<P>(x)); }
131 bool operator==(const iterator& rhs) const {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected