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

Method EndArray

example/filterkey/filterkey.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 bool EndArray(SizeType elementCount) {
83 if (filterValueDepth_ > 0) {
84 filterValueDepth_--;
85 return EndValue();
86 }
87 else
88 return outputHandler_.EndArray(elementCount) && EndValue();
89 }
90
91private:
92 FilterKeyHandler(const FilterKeyHandler&);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected