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

Method operator+=

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

Source from the content-addressed store, hash-verified

7410 // Forward deprecated interface with '+' instead of '|'
7411 template<typename T>
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected