concatenate two vector
More...
concat two vectors
- Parameters
-
| to | target vector |
| from | source vector |
- Returns
|
| template<typename T , typename Allocator > |
| std::vector< T, Allocator > & | concat (std::vector< T, Allocator > &to, const std::vector< T, Allocator > &from) |
| |
| template<typename T , typename Allocator > |
| std::vector< T, Allocator > & | concat (std::vector< T, Allocator > &to, std::vector< T, Allocator > &&from) |
| | concat two vectors More...
|
| |
◆ concat() [1/2]
| std::vector<T, Allocator>& vccc::concat |
( |
std::vector< T, Allocator > & |
to, |
|
|
const std::vector< T, Allocator > & |
from |
|
) |
| |
◆ concat() [2/2]
| std::vector<T, Allocator>& vccc::concat |
( |
std::vector< T, Allocator > & |
to, |
|
|
std::vector< T, Allocator > && |
from |
|
) |
| |
- Parameters
-
| to | target vector |
| from | source vector |
- Returns