LLVM 20.0.0git
|
#include "llvm/ADT/STLExtras.h"
Public Types | |
using | value_type = typename ZipLongestTupleType< Iters... >::type |
Public Types 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 > | |
using | iterator_category = std::common_type_t< std::forward_iterator_tag, std::iterator_traits< Iters >::iterator_category... > |
using | value_type = ZipLongestTupleType< Iters... >::type |
using | difference_type = std::iterator_traits< std::tuple_element_t< 0, std::tuple< Iters... > > >::difference_type |
using | pointer = ZipLongestTupleType< Iters... >::type * |
using | reference = ZipLongestTupleType< Iters... >::type |
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++ (int) |
zip_longest_iterator< Iters... > & | operator-- () |
zip_longest_iterator< Iters... > | operator-- (int) |
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 911 of file STLExtras.h.
using llvm::detail::zip_longest_iterator< Iters >::value_type = typename ZipLongestTupleType<Iters...>::type |
Definition at line 923 of file STLExtras.h.
|
inline |
Definition at line 948 of file STLExtras.h.
|
inline |
Definition at line 952 of file STLExtras.h.
|
inline |
Definition at line 956 of file STLExtras.h.
|
inline |
Definition at line 961 of file STLExtras.h.
References test.