MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / Size

Function Size

Engine/source/persistence/rapidjson/document.h:1563–1563  ·  view source on GitHub ↗

Get the number of elements in array.

Source from the content-addressed store, hash-verified

1561
1562 //! Get the number of elements in array.
1563 SizeType Size() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size; }
1564
1565 //! Get the capacity of array.
1566 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