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

Method PutEnd

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

Source from the content-addressed store, hash-verified

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; }
165
166private:
167 AutoUTFInputStream(const AutoUTFInputStream&);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected