LLVM  8.0.1
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 = 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
 

Detailed Description

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

Definition at line 631 of file STLExtras.h.

Member Typedef Documentation

◆ difference_type

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

Definition at line 636 of file STLExtras.h.

◆ iterator

template<template< typename... > class ItType, typename... Args>
using llvm::detail::zippy< ItType, Args >::iterator = ItType<decltype(std::begin(std::declval<Args>()))...>

Definition at line 633 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 634 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 637 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 638 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 635 of file STLExtras.h.

Constructor & Destructor Documentation

◆ zippy()

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

Definition at line 651 of file STLExtras.h.

Member Function Documentation

◆ begin()

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

Definition at line 653 of file STLExtras.h.

◆ end()

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

Definition at line 654 of file STLExtras.h.

References llvm::AMDGPU::HSAMD::Kernel::Key::Args, and T.


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