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

Method operator+

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

Source from the content-addressed store, hash-verified

7412 auto operator+=( T const &other ) -> Parser & { return operator|=( other ); }
7413 template<typename T>
7414 auto operator+( T const &other ) const -> Parser { return operator|( other ); }
7415
7416 auto getHelpColumns() const -> std::vector<HelpColumns> {
7417 std::vector<HelpColumns> cols;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected