BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
Public Member Functions | |
Iterator (Iterator1 currentIt1, Iterator2 currentIt2, Iterator1 endIt1, Iterator2 endIt2) | |
Iterator & | operator++ () |
Iterator | operator++ (int) |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
std::pair< Value1, Value2 > | operator* () |
Iterator1 | firstIterator () const |
Iterator2 | secondIterator () const |
bool | hasFirstEnded () const |
bool | hasSecondEnded () const |
bool | hasBothEnded () const |