![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include "views.h"
Public Member Functions | |
PairIterator () | |
PairIterator (const FirstIt &first, const FirstIt &firstEnd, const SecondIt &second, const SecondIt &secondEnd) | |
bool | operator== (const PairIterator &other) const |
bool | operator!= (const PairIterator &other) const |
bool | IsSentinel () const |
PairIterator & | operator++ () |
PairIterator | operator++ (int) |
PairType< typename std::iterator_traits< FirstIt >::value_type, typename std::iterator_traits< SecondIt >::value_type > | operator* () const |
|
inline |
|
inline |
|
inline |
Definition at line 83 of file views.h.
Referenced by LeechCraft::Util::Views::detail::PairIterator< PairType, FirstIt, SecondIt >::operator==().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 72 of file views.h.
References LeechCraft::Util::Views::detail::PairIterator< PairType, FirstIt, SecondIt >::IsSentinel().