|
LLVM
4.0.0
|
#include <STLExtras.h>
Public Member Functions | |
| bool | operator!= (const zip_first< Iters...> &other) const |
| zip_shortest (Iters &&...ts) | |
Public Member Functions inherited from llvm::detail::zip_first< Iters...> | |
| value_type | operator* () |
| void | operator++ () |
| bool | operator!= (const zip_first< Iters...> &other) const |
| zip_first (Iters &&...ts) | |
Additional Inherited Members | |
Public Types inherited from llvm::detail::zip_first< Iters...> | |
| typedef std::input_iterator_tag | iterator_category |
| typedef std::tuple< decltype(*std::declval < Iters >))...> | value_type |
Public Attributes inherited from llvm::detail::zip_first< Iters...> | |
| std::tuple< Iters...> | iterators |
Definition at line 385 of file STLExtras.h.
|
inline |
Definition at line 397 of file STLExtras.h.
|
inline |
Definition at line 394 of file STLExtras.h.
1.8.6