#include <FindKeyPredicate.hxx>

Public Member Functions | |
| FindKeyPredicate (const T &value) | |
| bool | operator() (const T &v1, const T &v2) const | 
Data Fields | |
| T | _value | 
| FindKeyPredicate< T >::FindKeyPredicate | ( | const T & | value | ) | 
| bool FindKeyPredicate< T >::operator() | ( | const T & | v1, | 
| const T & | v2 | ||
| ) | const | 
References FindKeyPredicate< T >::_value.
| T FindKeyPredicate< T >::_value |