tinympl
0.2
mini MPL library for C++11
|
Insert a subsequence into a given sequence at a given position. More...
#include <tinympl/insert.hpp>
Insert a subsequence into a given sequence at a given position.
Pos | The insertion position in the main sequence |
SubSeq | The subsequence |
Seq | The main sequence |
Out | The output sequence type |