tinympl
0.2
mini MPL library for C++11
|
Construct a single sequence by zipping together multiple sequences. More...
#include <tinympl/zip.hpp>
Inherits tinympl::transpose< sequence< Sequences...>, OutSequence, ZipType >.
Construct a single sequence by zipping together multiple sequences.
OutSequence | The type of the output sequence |
ZipType | The type of the inner sequence |
Sequences... | The input sequences |