Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ write
Method
write
test/test_suite.hpp:70–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
void write(T const*) = delete;
69
70
void write(char const* s)
71
{
72
if(dbg_)
73
::OutputDebugStringA(s);
74
os_ << s;
75
}
76
77
void write(wchar_t const* s)
78
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected