MCPcopy Create free account
hub / github.com/Tencent/rapidjson / ObjectEmpty

Method ObjectEmpty

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

Source from the content-addressed store, hash-verified

2511
2512 SizeType MemberCount() const { return value_.MemberCount(); }
2513 bool ObjectEmpty() const { return value_.ObjectEmpty(); }
2514 template <typename T> ValueType& operator[](T* name) const { return value_[name]; }
2515 template <typename SourceAllocator> ValueType& operator[](const GenericValue<EncodingType, SourceAllocator>& name) const { return value_[name]; }
2516#if RAPIDJSON_HAS_STDSTRING

Callers 2

TestObjectFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestObjectFunction · 0.64
TESTFunction · 0.64