示例#1
0
文件: metadatum.cpp 项目: dtbinh/dviz
 bool cmpMetadataByKey(const Metadatum& lhs, const Metadatum& rhs)
 {
     return lhs.key() < rhs.key();
 }
示例#2
0
 /*!
   @brief Returns true if the key of the argument metadatum is equal
   to that of the object.
 */
 bool operator()(const Metadatum& metadatum) const
     { return key_ == metadatum.key(); }