Forward declares boost::hana::zip
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
constexpr auto | boost::hana::zip |
Zip one sequence or more.Given n sequences s1, ..., sn , zip produces a sequence whose i -th element is a tuple of (s1[i], ..., sn[i]) , where sk[i] denotes the i -th element of the k -th sequence. In other words, zip produces a sequence of the form. More... | |
Forward declares boost::hana::zip
.