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

Method DebugOutStream

src/catch2/internal/catch_istream.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 std::ostream m_os;
119 public:
120 DebugOutStream()
121 : m_streamBuf( Detail::make_unique<StreamBufImpl<OutputDebugWriter>>() ),
122 m_os( m_streamBuf.get() )
123 {}
124
125 public: // IStream
126 std::ostream& stream() override { return m_os; }

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected