MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / begin

Method begin

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5321–5323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5319 using const_iterator = iterator;
5320
5321 auto begin() const -> iterator {
5322 return iterator(*this);
5323 }
5324 auto end() const -> iterator {
5325 return {*this, iterator::EndTag()};
5326 }

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected