Exemplo n.º 1
0
Arquivo: main.cpp Projeto: CCJY/coliru
 bool operator()(PairIterator iter) const
 {
     return (m_member->GetValue() == (iter.first)->GetValue());
 }