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

Method Take

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

Source from the content-addressed store, hash-verified

113 // Not implemented
114 Ch Peek() const { CEREAL_RAPIDJSON_ASSERT(false); return 0;}
115 Ch Take() { CEREAL_RAPIDJSON_ASSERT(false); return 0;}
116 size_t Tell() const { CEREAL_RAPIDJSON_ASSERT(false); return 0; }
117 Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; }
118 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