#include <FindKeyPredicate.hxx>
Public Member Functions | |
FindKeyPredicate (const T1 &value) | |
bool | operator() (const std::pair< T1, T2 > &v1) const |
Data Fields | |
T1 | _value |
FindKeyPredicate< std::pair< T1, T2 > >::FindKeyPredicate | ( | const T1 & | value | ) |
References FindKeyPredicate< T >::_value.
bool FindKeyPredicate< std::pair< T1, T2 > >::operator() | ( | const std::pair< T1, T2 > & | v1 | ) | const |
References FindKeyPredicate< T >::_value.
T1 FindKeyPredicate< std::pair< T1, T2 > >::_value |