#include <algorithms.h>
A matcher that finds the first element equal to a value.
公共成员函数 |
|
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 |