#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 | ) | [inline] |
References FindKeyPredicate< T >::_value.
| bool FindKeyPredicate< std::pair< T1, T2 > >::operator() | ( | const std::pair< T1, T2 > & | v1 | ) | const [inline] |
References FindKeyPredicate< T >::_value.
| T1 FindKeyPredicate< std::pair< T1, T2 > >::_value |