Mantid
|
Functor using second value as equal. More...
#include <MapSupport.h>
Public Member Functions | |
bool | operator() (const std::pair< KeyPart, NumPart > &A) const |
Equality operator vs Map second object. More... | |
valEqual (const NumPart &V) | |
Set Value to check. More... | |
Private Attributes | |
const NumPart | value |
Value to check against map. More... | |
Functor using second value as equal.
Functor allows searching a map for second value equal.
Definition at line 68 of file MapSupport.h.
|
inline |
Set Value to check.
Definition at line 74 of file MapSupport.h.
|
inline |
Equality operator vs Map second object.
Definition at line 77 of file MapSupport.h.
References MapSupport::valEqual< KeyPart, NumPart >::value.
|
private |
Value to check against map.
Definition at line 70 of file MapSupport.h.
Referenced by MapSupport::valEqual< KeyPart, NumPart >::operator()().