LLVM: llvm::detail::ZippyIteratorTuple< ItType, const std::tuple< Args... >, std::index_sequence< Ns... > (original) (raw)

Partial specialization for const tuple storage. More...

#include "[llvm/ADT/STLExtras.h](STLExtras%5F8h%5Fsource.html)"

template<template< typename... > class ItType, typename... Args, std::size_t... Ns>
struct llvm::detail::ZippyIteratorTuple< ItType, const std::tuple< Args... >, std::index_sequence< Ns... > >

Partial specialization for const tuple storage.

Definition at line 775 of file STLExtras.h.

type

template<template< typename... > class ItType, typename... Args, std::size_t... Ns>

Initial value:

std::get(declval<const std::tuple<Args...> &>())))...>

constexpr auto adl_begin(RangeT &&range) -> decltype(adl_detail::begin_impl(std::forward< RangeT >(range)))

Returns the begin iterator to range using std::begin and function found through Argument-Dependent Lo...

Definition at line 777 of file STLExtras.h.


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