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

Function PutN

include/rapidjson/stringbuffer.h:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91//! Implement specialized version of PutN() with memset() for better performance.
92template<>
93inline void PutN(GenericStringBuffer<UTF8<> >& stream, char c, size_t n) {
94 std::memset(stream.stack_.Push<char>(n), c, n * sizeof(c));
95}
96
97RAPIDJSON_NAMESPACE_END
98

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected