A functor which returns the result of a logic-or chain consisting of all elements of the supplied container. More...
#include <misc.hpp>
Public Member Functions | |
template<typename ContainerType > | |
bool | operator() (ContainerType const &cont) const |
A functor which returns the result of a logic-or chain consisting of all elements of the supplied container.
The container is required to provide STL-compatible forward-iterators and a member function size() returning the number of elements.
|
inline |