LLVM 20.0.0git
|
#include "llvm/ADT/STLExtras.h"
Public Types | |
using | iterator = typename ZippyIteratorTuple< ItType, decltype(storage), IndexSequence >::type |
using | const_iterator = typename ZippyIteratorTuple< ItType, const decltype(storage), IndexSequence >::type |
using | iterator_category = typename iterator::iterator_category |
using | value_type = typename iterator::value_type |
using | difference_type = typename iterator::difference_type |
using | pointer = typename iterator::pointer |
using | reference = typename iterator::reference |
using | const_reference = typename const_iterator::reference |
Public Member Functions | |
zippy (Args &&...args) | |
const_iterator | begin () const |
iterator | begin () |
const_iterator | end () const |
iterator | end () |
Definition at line 805 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::const_iterator = typename ZippyIteratorTuple<ItType, const decltype(storage), IndexSequence>::type |
Definition at line 813 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::const_reference = typename const_iterator::reference |
Definition at line 821 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::difference_type = typename iterator::difference_type |
Definition at line 818 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::iterator = typename ZippyIteratorTuple<ItType, decltype(storage), IndexSequence>::type |
Definition at line 811 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::iterator_category = typename iterator::iterator_category |
Definition at line 816 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::pointer = typename iterator::pointer |
Definition at line 819 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::reference = typename iterator::reference |
Definition at line 820 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::value_type = typename iterator::value_type |
Definition at line 817 of file STLExtras.h.
|
inline |
Definition at line 823 of file STLExtras.h.
|
inline |
Definition at line 826 of file STLExtras.h.
|
inline |
Definition at line 825 of file STLExtras.h.
|
inline |
Definition at line 828 of file STLExtras.h.
|
inline |
Definition at line 827 of file STLExtras.h.