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

Function PutReserve

include/cereal/external/rapidjson/stringbuffer.h:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99template<typename Encoding, typename Allocator>
100inline void PutReserve(GenericStringBuffer<Encoding, Allocator>& stream, size_t count) {
101 stream.Reserve(count);
102}
103
104template<typename Encoding, typename Allocator>
105inline 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