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

Method EndArray

example/filterkeydom/filterkeydom.cpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected