MCPcopy Create free account
hub / github.com/catchorg/Catch2 / DebugOutStream

Method DebugOutStream

extras/catch_amalgamated.cpp:4645–4648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4643 std::ostream m_os;
4644 public:
4645 DebugOutStream()
4646 : m_streamBuf( Detail::make_unique<StreamBufImpl<OutputDebugWriter>>() ),
4647 m_os( m_streamBuf.get() )
4648 {}
4649
4650 public: // IStream
4651 std::ostream& stream() override { return m_os; }

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected