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

Function PutN

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

Source from the content-addressed store, hash-verified

68//! Implement specialized version of PutN() with memset() for better performance.
69template<>
70inline void PutN(MemoryBuffer& memoryBuffer, char c, size_t n) {
71 std::memset(memoryBuffer.stack_.Push<char>(n), c, n * sizeof(c));
72}
73
74RAPIDJSON_NAMESPACE_END
75

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected