Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ OStreamWrapper
Method
OStreamWrapper
test/unittest/writertest.cpp:185–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
typedef char Ch;
184
185
OStreamWrapper(std::ostream& os) : os_(os) {}
186
187
Ch Peek() const { assert(false); return
'\0'
; }
188
Ch Take() { assert(false); return
'\0'
; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected