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

Functions

string tdbVmapGetTypeName (uint id, string paramname, uint index)
 

Detailed Description

Get the name of a type in a type vector in a vector map.

Parameters
id- vector map id
paramname- type vector name
index- index of the type in the type vector
Returns
returns the name of the type in the type vector at the specified index

Function Documentation

◆ tdbVmapGetTypeName()

string tdbVmapGetTypeName ( uint  id,
string  paramname,
uint  index 
)