Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ GetArray
Function
GetArray
include/rapidjson/document.h:1637–1637 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1635
}
1636
1637
Array GetArray() { RAPIDJSON_ASSERT(IsArray()); return Array(*this); }
1638
ConstArray GetArray() const { RAPIDJSON_ASSERT(IsArray()); return ConstArray(*this); }
1639
1640
//@}
Callers
nothing calls this directly
Calls
1
IsArray
Function · 0.85
Tested by
no test coverage detected