Boost.Hana  1.3.0
Your standard library for metaprogramming
zip_with.hpp File Reference

Forward declares boost::hana::zip_with. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::zip_with
 Zip one sequence or more with a given function.Given a n-ary function f and n sequences s1, ..., sn, zip_with produces a sequence whose i-th element is f(s1[i], ..., sn[i]), where sk[i] denotes the i-th element of the k-th sequence. In other words, zip_with produces a sequence of the form. More...
 

Detailed Description

Forward declares boost::hana::zip_with.