コード例 #1
0
ファイル: query_response.cpp プロジェクト: kevinmcmahon/iroha
 bool QueryResponse::operator==(const ModelType &rhs) const {
   return queryHash() == rhs.queryHash() and get() == rhs.get();
 }
コード例 #2
0
ファイル: query.cpp プロジェクト: kevinmcmahon/iroha
 bool Query::operator==(const ModelType &rhs) const {
   return this->get() == rhs.get();
 }