LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::Views::detail::ZipIterator< PairType, I1, I2 > Struct Template Reference

#include "views.h"

Public Member Functions

bool operator== (const ZipIterator &other) const
 
bool IsSentinel () const
 
autooperator++ ()
 
autooperator++ (int)
 
auto operator* () const
 

Public Attributes

I1 It1_
 
const I1 It1End_
 
I2 It2_
 
const I2 It2End_
 

Detailed Description

template<template< typename, typename > class PairType, typename I1, typename I2>
struct LC::Util::Views::detail::ZipIterator< PairType, I1, I2 >

Definition at line 16 of file views.h.

Member Function Documentation

◆ IsSentinel()

◆ operator*()

◆ operator++() [1/2]

◆ operator++() [2/2]

◆ operator==()

Member Data Documentation

◆ It1_

◆ It1End_

◆ It2_

◆ It2End_


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