Gamgee
You miserable little maggot. I'll stove your head in!
|
#include <boost/format.hpp>
#include <boost/iterator/zip_iterator.hpp>
#include <boost/range.hpp>
Go to the source code of this file.
Namespaces | |
gamgee | |
gamgee::utils | |
utility functions for the gamgee library | |
Functions | |
template<typename... T> | |
auto | gamgee::utils::zip (const T &...containers) -> boost::iterator_range< boost::zip_iterator< decltype(boost::make_tuple(containers.begin()...))>> |
utility method to zip iterators together with simpler syntax than boost More... | |