MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / begin

Method begin

tests/catch.hpp:6635–6635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6633 using const_iterator = iterator;
6634
6635 auto begin() const -> iterator { return iterator(*this); }
6636 auto end() const -> iterator { return { *this, iterator::EndTag() }; }
6637
6638 auto operator += (Column const& col) -> Columns& {

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected