Version: 7.8.0
AdjacentPredicate< std::pair< T1, T2 > > Struct Template Reference

#include <AdjacentPredicate.hxx>

Inheritance diagram for AdjacentPredicate< std::pair< T1, T2 > >:

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
 

Constructor & Destructor Documentation

template<typename T1 , typename T2 >
AdjacentPredicate< std::pair< T1, T2 > >::AdjacentPredicate ( const T1 &  value)

Member Function Documentation

template<typename T1 , typename T2 >
bool AdjacentPredicate< std::pair< T1, T2 > >::operator() ( const std::pair< T1, T2 > &  v1,
const std::pair< T1, T2 > &  v2 
) const

Field Documentation

template<typename T1 , typename T2 >
T1 AdjacentPredicate< std::pair< T1, T2 > >::_value