MCPcopy Create free account
hub / github.com/Tencent/rapidjson / PutReserve

Function PutReserve

include/rapidjson/stringbuffer.h:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95template<typename Encoding, typename Allocator>
96inline void PutReserve(GenericStringBuffer<Encoding, Allocator>& stream, size_t count) {
97 stream.Reserve(count);
98}
99
100template<typename Encoding, typename Allocator>
101inline void PutUnsafe(GenericStringBuffer<Encoding, Allocator>& stream, typename Encoding::Ch c) {

Callers

nothing calls this directly

Calls 1

ReserveMethod · 0.45

Tested by

no test coverage detected