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

Method set

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

Source from the content-addressed store, hash-verified

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 {
132 return _a == rhs._a && _i == rhs._i;
133 }

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected