SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
template<type T> | |
T | tdbVmapGetValue (uint id, string paramname, uint index) |
Get a value from a vector in a vector map.
id | - vector map id |
paramname | - name of the vector from which to retrieve the value |
index | - index of the value in the vector |
T tdbVmapGetValue | ( | uint | id, |
string | paramname, | ||
uint | index | ||
) |