LLVM 22.0.0git
|
#include "llvm/ADT/STLExtras.h"
Public Member Functions | |
zip_longest_iterator (std::pair< Iters &&, Iters && >... ts) | |
value_type | operator* () const |
zip_longest_iterator< Iters... > & | operator++ () |
bool | operator== (const zip_longest_iterator< Iters... > &other) const |
Public Member Functions inherited from llvm::iterator_facade_base< zip_longest_iterator< Iters... >, std::common_type_t< std::forward_iterator_tag, std::iterator_traits< Iters >::iterator_category... >, ZipLongestTupleType< Iters... >::type, std::iterator_traits< std::tuple_element_t< 0, std::tuple< Iters... > > >::difference_type, ZipLongestTupleType< Iters... >::type *, ZipLongestTupleType< Iters... >::type > | |
zip_longest_iterator< Iters... > | operator+ (std::iterator_traits< std::tuple_element_t< 0, std::tuple< Iters... > > >::difference_type n) const |
zip_longest_iterator< Iters... > | operator- (std::iterator_traits< std::tuple_element_t< 0, std::tuple< Iters... > > >::difference_type n) const |
zip_longest_iterator< Iters... > & | operator++ () |
zip_longest_iterator< Iters... > & | operator-- () |
bool | operator!= (const zip_longest_iterator< Iters... > &RHS) const |
bool | operator> (const zip_longest_iterator< Iters... > &RHS) const |
bool | operator<= (const zip_longest_iterator< Iters... > &RHS) const |
bool | operator>= (const zip_longest_iterator< Iters... > &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::iterator_traits< std::tuple_element_t< 0, std::tuple< Iters... > > >::difference_type n) const |
Definition at line 889 of file STLExtras.h.
using llvm::detail::zip_longest_iterator< Iters >::value_type = typename ZipLongestTupleType<Iters...>::type |
Definition at line 901 of file STLExtras.h.
|
inline |
Definition at line 926 of file STLExtras.h.
|
inline |
Definition at line 930 of file STLExtras.h.
|
inline |
Definition at line 934 of file STLExtras.h.
|
inline |
Definition at line 939 of file STLExtras.h.