Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ DebugOutStream
Method
DebugOutStream
deps/Catch/catch.hpp:13626–13629 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13624
mutable std::ostream m_os;
13625
public:
13626
DebugOutStream()
13627
: m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ),
13628
m_os( m_streamBuf.get() )
13629
{}
13630
13631
~DebugOutStream() override = default;
13632
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected