MCPcopy Create free account
hub / github.com/Tencent/rapidjson / EndArray

Method EndArray

include/rapidjson/reader.h:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); }
215 bool StartArray() { return static_cast<Override&>(*this).Default(); }
216 bool EndArray(SizeType) { return static_cast<Override&>(*this).Default(); }
217};
218
219///////////////////////////////////////////////////////////////////////////////

Callers 2

ParseArrayMethod · 0.45

Calls 1

DefaultMethod · 0.45

Tested by

no test coverage detected