#include <AdjacentPredicate.hxx>
Public Member Functions |
| | AdjacentPredicate (const std::pair< T1, T2 > &value) |
| bool | operator() (const std::pair< const std::pair< T1, T2 >, T3 > &v1, const std::pair< const std::pair< T1, T2 >, T3 > v2) const |
Data Fields |
| std::pair< T1, T2 > | _value |
template<typename T1, typename T2, typename T3>
struct AdjacentPredicate< std::pair< const std::pair< T1, T2 >, T3 > >
Constructor & Destructor Documentation
template<typename T1 , typename T2 , typename T3 >
Member Function Documentation
template<typename T1 , typename T2 , typename T3 >
| bool AdjacentPredicate< std::pair< const std::pair< T1, T2 >, T3 > >::operator() |
( |
const std::pair< const std::pair< T1, T2 >, T3 > & |
v1, |
|
|
const std::pair< const std::pair< T1, T2 >, T3 > |
v2 |
|
) |
| const [inline] |
Field Documentation
template<typename T1 , typename T2 , typename T3 >