tinympl
0.2
mini MPL library for C++11
|
Produce an output sequence from a variadic template inserting a new element at a given position. More...
#include <tinympl/variadic/insert.hpp>
Produce an output sequence from a variadic template inserting a new element at a given position.
pos | The position of the new element |
T | the new element |
Out | the output sequence type |
Args... | the input variadic template |