Template Function otyca::extend
Function Documentation
-
template<typename T>
void otyca::extend(const std::vector<T> &vec1, std::vector<T> &vec2) Extends a vector by appending elements from another vector.
- Template Parameters:
T – Type of elements in the vectors.
- Parameters:
vec1 – The vector whose elements will be appended.
vec2 – The vector to be extended.