cwidget
0.5.17
|
Computes the return-value of the signal via a short-circuiting OR. More...
#include <bool_accumulate.h>
Public Types | |
typedef bool | result_type |
Public Member Functions | |
template<typename T_iterator > | |
result_type | operator() (T_iterator first, T_iterator last) const |
Computes the return-value of the signal via a short-circuiting OR.
If no slots are connected to the signal, returns false.