LLVM  8.0.1
Public Types | Public Member Functions | List of all members
llvm::detail::zip_first< Iters > Struct Template Reference

#include "llvm/ADT/STLExtras.h"

Inheritance diagram for llvm::detail::zip_first< Iters >:
Inheritance graph
[legend]
Collaboration diagram for llvm::detail::zip_first< Iters >:
Collaboration graph
[legend]

Public Types

using Base = zip_common< zip_first< Iters... >, Iters... >
 
- Public Types inherited from llvm::detail::zip_common< zip_first< Iters... >, Iters... >
using Base = zip_traits< zip_first< Iters... >, Iters... >
 
using value_type = typename Base::value_type
 

Public Member Functions

bool operator== (const zip_first< Iters... > &other) const
 
 zip_first (Iters &&... ts)
 
- Public Member Functions inherited from llvm::detail::zip_common< zip_first< Iters... >, Iters... >
 zip_common (Iters &&... ts)
 
value_type operator* ()
 
const value_type operator* () const
 
zip_first< Iters... > & operator++ ()
 
zip_first< Iters... > & operator-- ()
 
- Public Member Functions inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
DerivedT operator+ (DifferenceTypeT n) const
 
DerivedT operator- (DifferenceTypeT n) const
 
DerivedT & operator++ ()
 
DerivedT operator++ (int)
 
DerivedT & operator-- ()
 
DerivedT operator-- (int)
 
bool operator!= (const DerivedT &RHS) const
 
bool operator> (const DerivedT &RHS) const
 
bool operator<= (const DerivedT &RHS) const
 
bool operator>= (const DerivedT &RHS) const
 
PointerT operator-> ()
 
PointerT operator-> () const
 
ReferenceProxy operator[] (DifferenceTypeT n)
 
ReferenceProxy operator[] (DifferenceTypeT n) const
 

Additional Inherited Members

- Public Attributes inherited from llvm::detail::zip_common< zip_first< Iters... >, Iters... >
std::tuple< Iters... > iterators
 
- Protected Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
enum  { IsRandomAccess, IsBidirectional }
 
- Protected Member Functions inherited from llvm::detail::zip_common< zip_first< Iters... >, Iters... >
value_type deref (index_sequence< Ns... >) const
 
decltype(iteratorstup_inc (index_sequence< Ns... >) const
 
decltype(iteratorstup_dec (index_sequence< Ns... >) const
 

Detailed Description

template<typename... Iters>
struct llvm::detail::zip_first< Iters >

Definition at line 602 of file STLExtras.h.

Member Typedef Documentation

◆ Base

template<typename... Iters>
using llvm::detail::zip_first< Iters >::Base = zip_common<zip_first<Iters...>, Iters...>

Definition at line 603 of file STLExtras.h.

Constructor & Destructor Documentation

◆ zip_first()

template<typename... Iters>
llvm::detail::zip_first< Iters >::zip_first ( Iters &&...  ts)
inline

Definition at line 609 of file STLExtras.h.

Member Function Documentation

◆ operator==()

template<typename... Iters>
bool llvm::detail::zip_first< Iters >::operator== ( const zip_first< Iters... > &  other) const
inline

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