SALOME documentation central

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

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

Public Member Functions

 FindKeyPredicate (const T1 &value)
bool operator() (const std::pair< T1, T2 > &v1) const

Data Fields

T1 _value

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