Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | List of all members
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...

#include <App.h>

Public Types

typedef T result_type
 

Public Member Functions

template<typename InputIterator >
operator() (InputIterator first, InputIterator last) const
 

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 cinder::app::BitwiseAndEventCombiner< T >::result_type

Member Function Documentation

template<typename T >
template<typename InputIterator >
T cinder::app::BitwiseAndEventCombiner< T >::operator() ( InputIterator  first,
InputIterator  last 
) const

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