MCPcopy Create free account
hub / github.com/USCiLab/cereal / Push

Function Push

include/cereal/external/rapidjson/memorybuffer.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 void Clear() { stack_.Clear(); }
46 void ShrinkToFit() { stack_.ShrinkToFit(); }
47 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); }
48 void Pop(size_t count) { stack_.template Pop<Ch>(count); }
49
50 const Ch* GetBuffer() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected