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

Method operator +

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

Source from the content-addressed store, hash-verified

6666};
6667
6668inline auto Column::operator + (Column const& other) -> Columns {
6669 Columns cols;
6670 cols += *this;
6671 cols += other;
6672 return cols;
6673}
6674}
6675
6676}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected