Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOCI/soci
/ DebugOutStream
Method
DebugOutStream
tests/catch.hpp:13727–13730 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13725
mutable std::ostream m_os;
13726
public:
13727
DebugOutStream()
13728
: m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ),
13729
m_os( m_streamBuf.get() )
13730
{}
13731
13732
~DebugOutStream() override = default;
13733
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected