MCPcopy Create free account
hub / github.com/RenderKit/oidn / DebugOutStream

Method DebugOutStream

external/catch.hpp:13714–13717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13712 mutable std::ostream m_os;
13713 public:
13714 DebugOutStream()
13715 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ),
13716 m_os( m_streamBuf.get() )
13717 {}
13718
13719 ~DebugOutStream() override = default;
13720

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected