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

Function Take

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

Source from the content-addressed store, hash-verified

44
45 Ch Peek() const { return CEREAL_RAPIDJSON_UNLIKELY(src_ == end_) ? '\0' : *src_; }
46 Ch Take() { return CEREAL_RAPIDJSON_UNLIKELY(src_ == end_) ? '\0' : *src_++; }
47 size_t Tell() const { return static_cast<size_t>(src_ - begin_); }
48
49 Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected