Ejemplo n.º 1
0
 bool operator()( const KeyValue< const tchar_t*, T >& rhs )
 {
     return _tcsicmp( *rhs.First(), *value ) == 0;
 }