Returns true if any slots return true, else false. Does not short-circuit. Returns true if there are no slots. More...
#include <App.h>
Public Types | |
typedef bool | result_type |
Public Member Functions | |
template<typename InputIterator > | |
bool | operator() (InputIterator first, InputIterator last) const |
Returns true if any slots return true, else false. Does not short-circuit. Returns true if there are no slots.
typedef bool cinder::app::BooleanOrEventCombiner::result_type |
bool cinder::app::BooleanOrEventCombiner::operator() | ( | InputIterator | first, |
InputIterator | last | ||
) | const |