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

Method end

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

Source from the content-addressed store, hash-verified

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& {
6639 m_columns.push_back(col);

Callers

nothing calls this directly

Calls 1

EndTagClass · 0.85

Tested by

no test coverage detected