![]() |
LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
#include "views.h"
Public Member Functions | |
bool | operator== (const ZipIterator &other) const |
bool | IsSentinel () const |
auto & | operator++ () |
auto & | operator++ (int) |
auto | operator* () const |
Public Attributes | |
I1 | It1_ |
const I1 | It1End_ |
I2 | It2_ |
const I2 | It2End_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 23 of file views.h.
References IsSentinel(), It1_, and It2_.
I1 LC::Util::Views::detail::ZipIterator< PairType, I1, I2 >::It1_ |
Definition at line 18 of file views.h.
Referenced by IsSentinel(), operator*(), operator++(), operator++(), and operator==().
const I1 LC::Util::Views::detail::ZipIterator< PairType, I1, I2 >::It1End_ |
Definition at line 19 of file views.h.
Referenced by IsSentinel().
I2 LC::Util::Views::detail::ZipIterator< PairType, I1, I2 >::It2_ |
Definition at line 20 of file views.h.
Referenced by IsSentinel(), operator*(), operator++(), operator++(), and operator==().
const I2 LC::Util::Views::detail::ZipIterator< PairType, I1, I2 >::It2End_ |
Definition at line 21 of file views.h.
Referenced by IsSentinel().