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

Method RedirectedStdOut

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

Source from the content-addressed store, hash-verified

8530 RedirectedStream m_cout;
8531 public:
8532 RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {}
8533 auto str() const -> std::string { return m_rss.str(); }
8534 };
8535

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected