SALOME documentation central

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

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

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