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

Function Pop

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

Source from the content-addressed store, hash-verified

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 {
51 return stack_.template Bottom<Ch>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected