concat()
Data / Array FunctionsDescription
Concatenates two std::vectors.
Syntax
std::vector concat(std::vector a, std::vector b)
Parameters
| Name | Type | Description |
|---|---|---|
| a | std::vector | first vector |
| b | std::vector | second vector |
Returns
std::vectorRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...