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

Function Put

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

Source from the content-addressed store, hash-verified

40 GenericMemoryBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack_(allocator, capacity) {}
41
42 void Put(Ch c) { *stack_.template Push<Ch>() = c; }
43 void Flush() {}
44
45 void Clear() { stack_.Clear(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected