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

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

#include <tinympl/vector.hpp>

Detailed Description

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

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


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