#include <algorithms.h>
A matcher that finds the first element equal to a value.
Public Member Functions | |
ValuePredicate (const ValuePredicate &)=default | |
ValuePredicate & | operator= (const ValuePredicate &)=default |
ValuePredicate (const T &valueIn) | |
template<typename U > | |
Bool | operator() (const U &other) const |
Public Attributes | |
const T & | value |
|
default |
|
explicit |
|
default |
Bool operator() | ( | const U & | other | ) | const |
const T& value |