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

Method CoutStream

unittests/catch.hpp:9453–9453  ·  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

9451 // Store the streambuf from cout up-front because
9452 // cout may get redirected when running tests
9453 CoutStream() : m_os( Catch::cout().rdbuf() ) {}
9454 ~CoutStream() override = default;
9455
9456 public: // IStream

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected