Searched refs:zip_first (Results 1 – 1 of 1) sorted by relevance
358 template <typename... Iters> class zip_first {378 bool operator!=(const zip_first<Iters...> &other) const {381 zip_first(Iters &&... ts) : iterators(std::forward<Iters>(ts)...) {} in zip_first() function384 template <typename... Iters> class zip_shortest : public zip_first<Iters...> {386 bool test(const zip_first<Iters...> &other, index_sequence<Ns...>) const { in test()393 bool operator!=(const zip_first<Iters...> &other) const {397 : zip_first<Iters...>(std::forward<Iters>(ts)...) {} in zip_shortest()432 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u, in zip_first() function434 return detail::zippy<detail::zip_first, T, U, Args...>( in zip_first()