
This accumulator will interrupt on the first slot that returns true. More...
#include <accumulators.h>
Public Types | |
| typedef bool | result_type |
Public Member Functions | |
| template<typename T_iterator > | |
| result_type | operator() (T_iterator first, T_iterator last) const |
This accumulator will interrupt on the first slot that returns true.
Otherwise it will return false if all slots are false.
| result_type DBus::InterruptablePredicateAccumulatorDefaultFalse::operator() | ( | T_iterator | first, | |
| T_iterator | last | |||
| ) | const [inline] |
1.6.1