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

Function ObjectEmpty

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

Check whether the object is empty.

Source from the content-addressed store, hash-verified

1195
1196 //! Check whether the object is empty.
1197 bool ObjectEmpty() const { RAPIDJSON_ASSERT(IsObject()); return data_.o.size == 0; }
1198
1199 //! Get a value from an object associated with the name.
1200 /*! \pre IsObject() == true

Callers

nothing calls this directly

Calls 1

IsObjectFunction · 0.85

Tested by

no test coverage detected