MCPcopy Create free account
hub / github.com/audeering/opensmile / EndArray

Method EndArray

src/include/rapidjson/document.h:2419–2423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2417 bool StartArray() { new (stack_.template Push<ValueType>()) ValueType(kArrayType); return true; }
2418
2419 bool EndArray(SizeType elementCount) {
2420 ValueType* elements = stack_.template Pop<ValueType>(elementCount);
2421 stack_.template Top<ValueType>()->SetArrayRaw(elements, elementCount, GetAllocator());
2422 return true;
2423 }
2424
2425private:
2426 //! Prohibit copying

Callers 1

AcceptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected