Protected Types | Protected Member Functions
cinder::app::BitwiseAndEventCombiner< T > Struct Template Reference

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...

#import <App.h>

List of all members.

Protected Types

typedef T result_type

Protected Member Functions

template<typename InputIterator >
(T) - operator()

Detailed Description

template<typename T>
struct cinder::app::BitwiseAndEventCombiner< T >

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.


Member Typedef Documentation

template<typename T >
- (typedef T) app: [protected]

Member Function Documentation

template<typename T >
template<typename InputIterator >
- T app: (InputIterator)  first
(InputIterator)  last 
const

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