MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Capacity

Function Capacity

Source/ThirdParty/rapidjson/document.h:1646–1646  ·  view source on GitHub ↗

Get the capacity of array.

Source from the content-addressed store, hash-verified

1644
1645 //! Get the capacity of array.
1646 SizeType Capacity() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.capacity; }
1647
1648 //! Check whether the array is empty.
1649 bool Empty() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size == 0; }

Callers

nothing calls this directly

Calls 1

IsArrayFunction · 0.70

Tested by

no test coverage detected