MyraMath
Functions
concatenate.h File Reference

Concatenates two std::vector<T>'s. More...

#include <vector>
Include dependency graph for concatenate.h:

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].
 

Detailed Description

Concatenates two std::vector<T>'s.