示例#1
0
文件: main.cpp 项目: CCJY/coliru
 bool operator()(PairIterator iter) const
 {
     return (m_member->GetValue() == (iter.first)->GetValue());
 }