|
MyraMath
|
Concatenates two std::vector<T>'s. More...
#include <vector>Go to the source code of this file.
Functions | |
| template<class T > | |
| std::vector< T > | myra::concatenate (const std::vector< T > &v1, const std::vector< T > &v2) |
| Returns [v1 v2]. | |
Concatenates two std::vector<T>'s.
1.8.13