| 12081 | |
| 12082 | RedirectedStdOut::RedirectedStdOut() : m_cout( Catch::cout(), m_rss.get() ) {} |
| 12083 | auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); } |
| 12084 | |
| 12085 | RedirectedStdErr::RedirectedStdErr() |
| 12086 | : m_cerr( Catch::cerr(), m_rss.get() ), |
no outgoing calls