Searched refs:ZipTupleType (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h689 template<typename... Iters> struct ZipTupleType { struct in namespace:llvm::detail
762 typename ZipTupleType<Iters...>::type, Iters...> {
763 using zip_common<zip_first, typename ZipTupleType<Iters...>::type,
773 : zip_common<zip_shortest<Iters...>, typename ZipTupleType<Iters...>::type,
775 using zip_common<zip_shortest, typename ZipTupleType<Iters...>::type,

Completed in 79 milliseconds