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

Method get_bool

Extensions/PilotOSMachine/JsonParser.h:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 bool get_bool(const std::string& key){
138 _GET_MEMBER(key.c_str(), bool);
139 }
140
141 template <class Ty>
142 void get_set(const char* key, std::set<Ty>& vec) {

Callers 4

real_chip_measureMethod · 0.80
init_withconfigMethod · 0.80
resolv_confFunction · 0.80

Calls

no outgoing calls

Tested by 1

resolv_confFunction · 0.64