LLVM 18.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 815 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::const_iterator = typename ZippyIteratorTuple<ItType, const decltype(storage), IndexSequence>::type |
Definition at line 823 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::const_reference = typename const_iterator::reference |
Definition at line 831 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::difference_type = typename iterator::difference_type |
Definition at line 828 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::iterator = typename ZippyIteratorTuple<ItType, decltype(storage), IndexSequence>::type |
Definition at line 821 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::iterator_category = typename iterator::iterator_category |
Definition at line 826 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::pointer = typename iterator::pointer |
Definition at line 829 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::reference = typename iterator::reference |
Definition at line 830 of file STLExtras.h.
using llvm::detail::zippy< ItType, Args >::value_type = typename iterator::value_type |
Definition at line 827 of file STLExtras.h.
|
inline |
Definition at line 833 of file STLExtras.h.
|
inline |
Definition at line 836 of file STLExtras.h.
|
inline |
Definition at line 835 of file STLExtras.h.
|
inline |
Definition at line 838 of file STLExtras.h.
|
inline |
Definition at line 837 of file STLExtras.h.