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

Method cbegin

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

Source from the content-addressed store, hash-verified

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(); }
395 const_iterator end() const noexcept { return _data.end(); }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected