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

Functions

uint64 tdbVmapGetIndex (uint64 id, string paramname, uint index)
 

Detailed Description

Get an unsigned integer from a string vector in a vector map.

Parameters
id- vector map id
paramname- string vector name
index- index of the value in the vector
Returns
returns the unsigned integer value in the vector at the specified index

Function Documentation

◆ tdbVmapGetIndex()

uint64 tdbVmapGetIndex ( uint64  id,
string  paramname,
uint  index 
)