|
LLVM
8.0.1
|
#include "llvm/ADT/STLExtras.h"
Public Types | |
| using | iterator = ItType< decltype(std::begin(std::declval< Args >()))... > |
| 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 |
Public Member Functions | |
| zippy (Args &&... ts_) | |
| iterator | begin () const |
| iterator | end () const |
Definition at line 631 of file STLExtras.h.
| using llvm::detail::zippy< ItType, Args >::difference_type = typename iterator::difference_type |
Definition at line 636 of file STLExtras.h.
| using llvm::detail::zippy< ItType, Args >::iterator = ItType<decltype(std::begin(std::declval<Args>()))...> |
Definition at line 633 of file STLExtras.h.
| using llvm::detail::zippy< ItType, Args >::iterator_category = typename iterator::iterator_category |
Definition at line 634 of file STLExtras.h.
| using llvm::detail::zippy< ItType, Args >::pointer = typename iterator::pointer |
Definition at line 637 of file STLExtras.h.
| using llvm::detail::zippy< ItType, Args >::reference = typename iterator::reference |
Definition at line 638 of file STLExtras.h.
| using llvm::detail::zippy< ItType, Args >::value_type = typename iterator::value_type |
Definition at line 635 of file STLExtras.h.
|
inline |
Definition at line 651 of file STLExtras.h.
|
inline |
Definition at line 653 of file STLExtras.h.
|
inline |
Definition at line 654 of file STLExtras.h.
References llvm::AMDGPU::HSAMD::Kernel::Key::Args, and T.
1.8.13