Returns a bitmask where in order for the bit in type T to be be 1, it has to be 1 from all slot. Returns 0 if there are no slots. More...
#include <App.h>
Public Types | |
typedef T | result_type |
Public Member Functions | |
template<typename InputIterator > | |
T | operator() (InputIterator first, InputIterator last) const |
Returns a bitmask where in order for the bit in type T to be be 1, it has to be 1 from all slot. Returns 0 if there are no slots.
typedef T cinder::app::BitwiseAndEventCombiner< T >::result_type |
T cinder::app::BitwiseAndEventCombiner< T >::operator() | ( | InputIterator | first, |
InputIterator | last | ||
) | const |