tinympl
0.2
mini MPL library for C++11
|
Transpose a sequence of sequences. More...
#include <tinympl/transpose.hpp>
Transpose a sequence of sequences.
SequenceOfSequences | The sequence of sequences which shall be transposed |
OutOuter | The type of the outer output sequence |
OutInner | The type of the inner output sequence |