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

Method begin

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

iterator begin() noexcept { return _data.begin(); }

Source from the content-addressed store, hash-verified

389
390 // iterator begin() noexcept { return _data.begin(); }
391 const_iterator begin() const noexcept { return _data.begin(); }
392 const_iterator cbegin() const noexcept { return _data.begin(); }
393
394 // iterator end() noexcept { return _data.end(); }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected