tinympl  0.2
mini MPL library for C++11
tinympl::vector< Args >::push_back< T > Struct Template Reference

Return a new vector constructed by inserting T on the back of the current vector. More...

#include <tinympl/vector.hpp>

Detailed Description

template<class... Args>
template<class T>
struct tinympl::vector< Args >::push_back< T >

Return a new vector constructed by inserting T on the back of the current vector.


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