cwidget  0.5.17
Public Types | Public Member Functions | List of all members
cwidget::util::accumulate_or Struct Reference

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
 

Detailed Description

Computes the return-value of the signal via a short-circuiting OR.

If no slots are connected to the signal, returns false.


The documentation for this struct was generated from the following file: