tinympl  0.2
mini MPL library for C++11
tinympl::vector< Args >::insert< i, Ts > Struct Template Reference

Return a new vector constructed by inserting the elements Ts... in the current vector starting at the index i More...

#include <tinympl/vector.hpp>

Inherits tinympl::insert< i, sequence< Ts...>, vector< Args...>, tinympl::vector >.

Detailed Description

template<class... Args>
template<std::size_t i, class... Ts>
struct tinympl::vector< Args >::insert< i, Ts >

Return a new vector constructed by inserting the elements Ts... in the current vector starting at the index i


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