MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator +

Method operator +

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

Source from the content-addressed store, hash-verified

6640 return *this;
6641 }
6642 auto operator + (Column const& col) -> Columns {
6643 Columns combined = *this;
6644 combined += col;
6645 return combined;
6646 }
6647
6648 inline friend std::ostream& operator << (std::ostream& os, Columns const& cols) {
6649

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected