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

Method CoutStream

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

Store the streambuf from cout up-front because cout may get redirected when running tests

Source from the content-addressed store, hash-verified

11006 // Store the streambuf from cout up-front because
11007 // cout may get redirected when running tests
11008 CoutStream() : m_os( Catch::cout().rdbuf() ) {}
11009 ~CoutStream() override = default;
11010
11011 public: // IStream

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected