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

Method end

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

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

Source from the content-addressed store, hash-verified

393
394 // iterator end() noexcept { return _data.end(); }
395 const_iterator end() const noexcept { return _data.end(); }
396 const_iterator cend() const noexcept { return _data.end(); }
397
398 bool empty() const noexcept {

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected