MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ~CoutStream

Method ~CoutStream

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

Source from the content-addressed store, hash-verified

11007 // cout may get redirected when running tests
11008 CoutStream() : m_os( Catch::cout().rdbuf() ) {}
11009 ~CoutStream() override = default;
11010
11011 public: // IStream
11012 std::ostream& stream() const override { return m_os; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected