Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ debug_streambuf
Method
debug_streambuf
test/test_suite.hpp:85–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
public:
85
explicit
86
debug_streambuf(ostream& os)
87
: os_(os)
88
, dbg_(::IsDebuggerPresent() != 0)
89
{
90
}
91
92
~debug_streambuf()
93
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected