HomeSort by: relevance | last modified time | path
    Searched refs:zip_common (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
STLExtras.h 612 struct zip_common : public zip_traits<ZipType, Iters...> { struct in namespace:llvm::detail
634 zip_common(Iters &&... ts) : iterators(std::forward<Iters>(ts)...) {} function in struct:llvm::detail::zip_common
656 struct zip_first : public zip_common<zip_first<Iters...>, Iters...> {
657 using Base = zip_common<zip_first<Iters...>, Iters...>;
667 class zip_shortest : public zip_common<zip_shortest<Iters...>, Iters...> {
677 using Base = zip_common<zip_shortest<Iters...>, Iters...>;

Completed in 17 milliseconds