LLVM 20.0.0git
|
Partial specialization for non-const tuple storage. More...
#include "llvm/ADT/STLExtras.h"
Public Types | |
using | type = ItType< decltype(adl_begin(std::get< Ns >(declval< std::tuple< Args... > & >())))... > |
Partial specialization for non-const tuple storage.
Definition at line 790 of file STLExtras.h.
using llvm::detail::ZippyIteratorTuple< ItType, std::tuple< Args... >, std::index_sequence< Ns... > >::type = ItType<decltype(adl_begin( std::get<Ns>(declval<std::tuple<Args...> &>())))...> |
Definition at line 792 of file STLExtras.h.