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

Function Empty

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

Check whether the array is empty.

Source from the content-addressed store, hash-verified

1647
1648 //! Check whether the array is empty.
1649 bool Empty() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size == 0; }
1650
1651 //! Remove all elements in the array.
1652 /*! This function do not deallocate memory in the array, i.e. the capacity is unchanged.

Callers 2

document.hFile · 0.70
ShrinkToFitMethod · 0.50

Calls 1

IsArrayFunction · 0.70

Tested by

no test coverage detected