MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Put

Function Put

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

Source from the content-addressed store, hash-verified

46 GenericMemoryBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack_(allocator, capacity) {}
47
48 void Put(Ch c) { *stack_.template Push<Ch>() = c; }
49 void Flush() {}
50
51 void Clear() { stack_.Clear(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected