| SecreC 2 language
    2.8.0 (2023.09)
    Language and standard library reference | 
| Functions | |
| template<type T> | |
| void | tdbVmapAddValue (uint64 id, string paramname, T[[1]] values) | 
Add a vector to a vector in a vector map.
| id | - vector map id | 
| paramname | - name of the vector to which the argument vector is added | 
| values | - vector to be added | 
| void tdbVmapAddValue | ( | uint64 | id, | 
| string | paramname, | ||
| T[[1]] | values | ||
| ) |