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

Function PutEnd

include/cereal/external/rapidjson/memorystream.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 void Put(Ch) { CEREAL_RAPIDJSON_ASSERT(false); }
51 void Flush() { CEREAL_RAPIDJSON_ASSERT(false); }
52 size_t PutEnd(Ch*) { CEREAL_RAPIDJSON_ASSERT(false); return 0; }
53
54 // For encoding detection only.
55 const Ch* Peek4() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected