Esempio n. 1
0
File: main.cpp Progetto: CCJY/coliru
 bool operator()(PairIterator iter) const
 {
     return (m_member->GetValue() == (iter.first)->GetValue());
 }