LLVM 22.0.0git
llvm::detail::zippy< ItType, Args > Class Template Reference

#include "llvm/ADT/STLExtras.h"

Public Types

using iterator
using const_iterator
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 ()

Detailed Description

template<template< typename... > class ItType, typename... Args>
class llvm::detail::zippy< ItType, Args >

Definition at line 795 of file STLExtras.h.

Member Typedef Documentation

◆ const_iterator

template<template< typename... > class ItType, typename... Args>
using llvm::detail::zippy< ItType, Args >::const_iterator
Initial value:
typename ZippyIteratorTuple<ItType, const decltype(storage),
IndexSequence>::type
Helper to obtain the iterator types for the tuple storage within zippy.
Definition STLExtras.h:775

Definition at line 803 of file STLExtras.h.

◆ const_reference

template<template< typename... > class ItType, typename... Args>
using llvm::detail::zippy< ItType, Args >::const_reference = typename const_iterator::reference

Definition at line 811 of file STLExtras.h.

◆ difference_type

template<template< typename... > class ItType, typename... Args>
using llvm::detail::zippy< ItType, Args >::difference_type = typename iterator::difference_type

Definition at line 808 of file STLExtras.h.

◆ iterator

template<template< typename... > class ItType, typename... Args>
using llvm::detail::zippy< ItType, Args >::iterator
Initial value:
typename ZippyIteratorTuple<ItType, decltype(storage),
IndexSequence>::type

Definition at line 801 of file STLExtras.h.

◆ iterator_category

template<template< typename... > class ItType, typename... Args>
using llvm::detail::zippy< ItType, Args >::iterator_category = typename iterator::iterator_category

Definition at line 806 of file STLExtras.h.

◆ pointer

template<template< typename... > class ItType, typename... Args>
using llvm::detail::zippy< ItType, Args >::pointer = typename iterator::pointer

Definition at line 809 of file STLExtras.h.

◆ reference

template<template< typename... > class ItType, typename... Args>
using llvm::detail::zippy< ItType, Args >::reference = typename iterator::reference

Definition at line 810 of file STLExtras.h.

◆ value_type

template<template< typename... > class ItType, typename... Args>
using llvm::detail::zippy< ItType, Args >::value_type = typename iterator::value_type

Definition at line 807 of file STLExtras.h.

Constructor & Destructor Documentation

◆ zippy()

template<template< typename... > class ItType, typename... Args>
llvm::detail::zippy< ItType, Args >::zippy ( Args &&... args)
inline

Definition at line 813 of file STLExtras.h.

References args.

Member Function Documentation

◆ begin() [1/2]

template<template< typename... > class ItType, typename... Args>
iterator llvm::detail::zippy< ItType, Args >::begin ( )
inline

Definition at line 816 of file STLExtras.h.

◆ begin() [2/2]

template<template< typename... > class ItType, typename... Args>
const_iterator llvm::detail::zippy< ItType, Args >::begin ( ) const
inline

Definition at line 815 of file STLExtras.h.

◆ end() [1/2]

template<template< typename... > class ItType, typename... Args>
iterator llvm::detail::zippy< ItType, Args >::end ( )
inline

Definition at line 818 of file STLExtras.h.

◆ end() [2/2]

template<template< typename... > class ItType, typename... Args>
const_iterator llvm::detail::zippy< ItType, Args >::end ( ) const
inline

Definition at line 817 of file STLExtras.h.


The documentation for this class was generated from the following file: