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

Class ArrayData

include/rapidjson/document.h:1911–1915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1909 }; // 12 bytes in 32-bit mode, 16 bytes in 64-bit mode
1910
1911 struct ArrayData {
1912 SizeType size;
1913 SizeType capacity;
1914 GenericValue* elements;
1915 }; // 12 bytes in 32-bit mode, 16 bytes in 64-bit mode
1916
1917 union Data {
1918 String s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected