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

Functions

void tdbVmapAddIndex (uint64 id, string paramname, uint64 value)
 

Detailed Description

Add an unsigned integer value to a vector in a vector map.

Parameters
id- vector map id
paramname- name of the vector to which the string is added
value- value to be added

Function Documentation

◆ tdbVmapAddIndex()

void tdbVmapAddIndex ( uint64  id,
string  paramname,
uint64  value 
)