You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zip is a header only C++ library which enables container zipping without copying the containers.
This enables range based for loops and stl algorithms on multiple containers at once.
About
Header only C++ library which enables container zipping without deep copies