Gamgee
You miserable little maggot. I'll stove your head in!
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
zip.h File Reference
#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...