MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / has_member_bool

Method has_member_bool

Extensions/PilotOSMachine/JsonParser.h:76–78  ·  view source on GitHub ↗

check whether has bool member: \p key */

Source from the content-addressed store, hash-verified

74
75 /* check whether has bool member: \p key */
76 bool has_member_bool(const std::string& key) {
77 return has_member(key.c_str()) && m_json_obj[key.c_str()].IsBool();
78 }
79
80 /* check whether has int32_t member: \p key */
81 bool has_member_int32(const std::string& key) {

Callers 2

real_chip_measureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected