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

Method ~RedirectedStream

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

Source from the content-addressed store, hash-verified

8521 m_originalStream.rdbuf( m_redirectionStream.rdbuf() );
8522 }
8523 ~RedirectedStream() {
8524 m_originalStream.rdbuf( m_prevBuf );
8525 }
8526 };
8527
8528 class RedirectedStdOut {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected