LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::detail::zippy< ItType, Args > Class Template Reference

#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 ()
 

Detailed Description

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

Definition at line 814 of file STLExtras.h.

Member Typedef Documentation

◆ const_iterator

template<template< typename... > class ItType, typename... Args>
using llvm::detail::zippy< ItType, Args >::const_iterator = typename ZippyIteratorTuple<ItType, const decltype(storage), IndexSequence>::type

Definition at line 822 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 830 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 827 of file STLExtras.h.

◆ iterator

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

Definition at line 820 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 825 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 828 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 829 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 826 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 832 of file STLExtras.h.

Member Function Documentation

◆ begin() [1/2]

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

Definition at line 835 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 834 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 837 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 836 of file STLExtras.h.


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