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

Function Put

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

Source from the content-addressed store, hash-verified

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; }
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected