MCPcopy Create free account
hub / github.com/USCiLab/cereal / ObjectEmpty

Function ObjectEmpty

include/cereal/external/rapidjson/document.h:1112–1112  ·  view source on GitHub ↗

Check whether the object is empty.

Source from the content-addressed store, hash-verified

1110
1111 //! Check whether the object is empty.
1112 bool ObjectEmpty() const { CEREAL_RAPIDJSON_ASSERT(IsObject()); return data_.o.size == 0; }
1113
1114 //! Get a value from an object associated with the name.
1115 /*! \pre IsObject() == true

Callers

nothing calls this directly

Calls 1

IsObjectFunction · 0.85

Tested by

no test coverage detected