LLVM 19.0.0git
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]

Public Member Functions

bool operator== (const zip_first &other) const
 
- Public Member Functions inherited from llvm::detail::zip_common< zip_first< Iters... >, ZipTupleType< Iters... >::type, Iters... >
 zip_common (Iters &&... ts)
 
value_type operator* () const
 
zip_first< Iters... > & operator++ ()
 
zip_first< Iters... > & operator-- ()
 
bool all_equals (zip_common &other)
 Return true if all the iterator are matching other's iterators.
 
- 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
 
PointerProxy operator-> () const
 
ReferenceProxy operator[] (DifferenceTypeT n) const
 

Additional Inherited Members

- Public Types inherited from llvm::detail::zip_common< zip_first< Iters... >, ZipTupleType< Iters... >::type, Iters... >
using Base = zip_traits< zip_first< Iters... >, ZipTupleType< Iters... >::type, Iters... >
 
using IndexSequence = std::index_sequence_for< Iters... >
 
using value_type = typename Base::value_type
 
- Public Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >
using iterator_category = IteratorCategoryT
 
using value_type = T
 
using difference_type = DifferenceTypeT
 
using pointer = PointerT
 
using reference = ReferenceT
 
- Public Attributes inherited from llvm::detail::zip_common< zip_first< Iters... >, ZipTupleType< Iters... >::type, 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... >, ZipTupleType< Iters... >::type, Iters... >
value_type deref (std::index_sequence< Ns... >) const
 
void tup_inc (std::index_sequence< Ns... >)
 
void tup_dec (std::index_sequence< Ns... >)
 
bool test_all_equals (const zip_common &other, std::index_sequence< Ns... >) const
 

Detailed Description

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

Definition at line 761 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: