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

Method Put

include/cereal/external/rapidjson/encodedstream.h:161–161  ·  view source on GitHub ↗

Not implemented

Source from the content-addressed store, hash-verified

159
160 // Not implemented
161 void Put(Ch) { CEREAL_RAPIDJSON_ASSERT(false); }
162 void Flush() { CEREAL_RAPIDJSON_ASSERT(false); }
163 Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; }
164 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