A predicate that checks whether a std::pair contains a certain value. More...
#include <misc_types.h>
Public Member Functions | |
bool | operator() (const std::pair< T, T > &s) const |
PairContains (const T &p) | |
Public Attributes | |
T | p_ |
A predicate that checks whether a std::pair contains a certain value.
Definition at line 195 of file misc_types.h.
Clasp::PairContains< T >::PairContains | ( | const T & | p | ) | [inline] |
Definition at line 196 of file misc_types.h.
bool Clasp::PairContains< T >::operator() | ( | const std::pair< T, T > & | s | ) | const [inline] |
Definition at line 197 of file misc_types.h.
T Clasp::PairContains< T >::p_ |
Definition at line 200 of file misc_types.h.