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