tinympl  0.2
mini MPL library for C++11
tinympl::transpose< SequenceOfSequences, OutOuter, OutInner > Class Template Reference

Transpose a sequence of sequences. More...

#include <tinympl/transpose.hpp>

Detailed Description

template<class SequenceOfSequences, template< class...> class OutOuter = as_sequence<SequenceOfSequences>::template rebind, template< class...> class OutInner = as_sequence<typename at<0,SequenceOfSequences>::type>:: template rebind>
class tinympl::transpose< SequenceOfSequences, OutOuter, OutInner >

Transpose a sequence of sequences.

Parameters
SequenceOfSequencesThe sequence of sequences which shall be transposed
OutOuterThe type of the outer output sequence
OutInnerThe type of the inner output sequence

The documentation for this class was generated from the following file: