LLVM: llvm::detail::ZippyIteratorTuple< ItType, std::tuple< Args... >, std::index_sequence< Ns... > (original) (raw)
Partial specialization for non-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, std::tuple< Args... >, std::index_sequence< Ns... > >
Partial specialization for non-const tuple storage.
Definition at line 766 of file STLExtras.h.
◆ type
template<template< typename... > class ItType, typename... Args, std::size_t... Ns>
Initial value:
std::get(declval<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 768 of file STLExtras.h.
The documentation for this struct was generated from the following file:
- include/llvm/ADT/STLExtras.h