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

Function PutBegin

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

Source from the content-addressed store, hash-verified

47 size_t Tell() const { return static_cast<size_t>(src_ - begin_); }
48
49 Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected