MCPcopy Create free account
hub / github.com/Tencent/rapidjson / Put

Method Put

test/unittest/documenttest.cpp:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 virtual ~OutputStringStream();
334
335 void Put(char c) {
336 put(c);
337 }
338 void Flush() {}
339};
340

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected