SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
tdbVmapGetValue

Functions

template<type T>
tdbVmapGetValue (uint id, string paramname, uint index)
 

Detailed Description

Get a value from a vector in a vector map.

Parameters
id- vector map id
paramname- name of the vector from which to retrieve the value
index- index of the value in the vector
Returns
returns the value in the vector at the specified index

Function Documentation

◆ tdbVmapGetValue()

T tdbVmapGetValue ( uint  id,
string  paramname,
uint  index 
)