MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~CoutStream

Method ~CoutStream

unittests/catch.hpp:9454–9454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9452 // cout may get redirected when running tests
9453 CoutStream() : m_os( Catch::cout().rdbuf() ) {}
9454 ~CoutStream() override = default;
9455
9456 public: // IStream
9457 std::ostream& stream() const override { return m_os; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected