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... | |
Forward declares boost::hana::zip_with
.