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

Function Pop

include/cereal/external/rapidjson/stringbuffer.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); }
70 Ch* PushUnsafe(size_t count) { return stack_.template PushUnsafe<Ch>(count); }
71 void Pop(size_t count) { stack_.template Pop<Ch>(count); }
72
73 const Ch* GetString() const {
74 // Push and pop a null terminator. This is safe.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected