| SecreC 2 language
    2.8.0 (2023.09)
    Language and standard library reference | 
| Functions | |
| template<type T> | |
| void | tdbVmapAddType (uint id, string paramname, T t) | 
Add a type to a vector in a vector map.
| id | - vector map id | 
| paramname | - name of the vector to which the type is added | 
| t | - a value of the type that's added to the vector | 
| void tdbVmapAddType | ( | uint | id, | 
| string | paramname, | ||
| T | t | ||
| ) |