MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Empty

Function Empty

rapidjson/document.h:1510–1510  ·  view source on GitHub ↗

Check whether the array is empty.

Source from the content-addressed store, hash-verified

1508
1509 //! Check whether the array is empty.
1510 bool Empty() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size == 0; }
1511
1512 //! Remove all elements in the array.
1513 /*! This function do not deallocate memory in the array, i.e. the capacity is unchanged.

Callers 2

document.hFile · 0.85
ShrinkToFitMethod · 0.85

Calls 1

IsArrayFunction · 0.85

Tested by

no test coverage detected