コード例 #1
0
ファイル: main.cpp プロジェクト: CCJY/coliru
 bool operator()(PairIterator iter) const
 {
     return (m_member->GetValue() == (iter.first)->GetValue());
 }