MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / begin

Method begin

extlibs/catch/include/catch/catch.hpp:8428–8428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8426 using const_iterator = iterator;
8427
8428 auto begin() const -> iterator { return iterator(*this); }
8429 auto end() const -> iterator { return { *this, iterator::EndTag() }; }
8430
8431 auto operator += (Column const& col) -> Columns& {

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected