MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / RedirectedStdErr

Method RedirectedStdErr

tests/catch.hpp:9577–9580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9575 auto RedirectedStdOut::str() const -> std::string { return m_rss.str(); }
9576
9577 RedirectedStdErr::RedirectedStdErr()
9578 : m_cerr( Catch::cerr(), m_rss.get() ),
9579 m_clog( Catch::clog(), m_rss.get() )
9580 {}
9581 auto RedirectedStdErr::str() const -> std::string { return m_rss.str(); }
9582
9583#if defined(CATCH_CONFIG_NEW_CAPTURE)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected