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

Function Size

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

Get the number of elements in array.

Source from the content-addressed store, hash-verified

1641
1642 //! Get the number of elements in array.
1643 SizeType Size() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size; }
1644
1645 //! Get the capacity of array.
1646 SizeType Capacity() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.capacity; }

Callers

nothing calls this directly

Calls 1

IsArrayFunction · 0.70

Tested by

no test coverage detected