LLVM
8.0.1
|
#include "llvm/ADT/STLExtras.h"
Public Types | |
using | value_type = typename ZipLongestTupleType< Iters... >::type |
Public Member Functions | |
zip_longest_iterator (std::pair< Iters &&, Iters &&>... ts) | |
value_type | operator* () |
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< std::forward_iterator_tag, std::iterator_traits< Iters >::iterator_category... >::type, ZipLongestTupleType< Iters... >::type, std::iterator_traits< std::tuple_element< 0, std::tuple< Iters... > >::type >::difference_type, ZipLongestTupleType< Iters... >::type *, ZipLongestTupleType< Iters... >::type > | |
zip_longest_iterator< Iters... > | operator+ (std::iterator_traits< std::tuple_element< 0, std::tuple< Iters... > >::type >::difference_type n) const |
zip_longest_iterator< Iters... > | operator- (std::iterator_traits< std::tuple_element< 0, std::tuple< Iters... > >::type >::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 |
ZipLongestTupleType< Iters... >::type * | operator-> () |
ZipLongestTupleType< Iters... >::type * | operator-> () const |
ReferenceProxy | operator[] (std::iterator_traits< std::tuple_element< 0, std::tuple< Iters... > >::type >::difference_type n) |
ReferenceProxy | operator[] (std::iterator_traits< std::tuple_element< 0, std::tuple< Iters... > >::type >::difference_type n) const |
Definition at line 704 of file STLExtras.h.
using llvm::detail::zip_longest_iterator< Iters >::value_type = typename ZipLongestTupleType<Iters...>::type |
Definition at line 716 of file STLExtras.h.
|
inline |
Definition at line 743 of file STLExtras.h.
|
inline |
Definition at line 747 of file STLExtras.h.
|
inline |
Definition at line 749 of file STLExtras.h.
|
inline |
Definition at line 751 of file STLExtras.h.
|
inline |
Definition at line 756 of file STLExtras.h.