Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ StartArray
Method
StartArray
include/rapidjson/document.h:2367–2367 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2365
}
2366
2367
bool StartArray() { new (stack_.template Push<ValueType>()) ValueType(kArrayType); return true; }
2368
2369
bool EndArray(SizeType elementCount) {
2370
ValueType* elements = stack_.template Pop<ValueType>(elementCount);
Callers
1
Accept
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected