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

Functions

template<domain D :shared3p >
BlStringVector< D > tdbVmapGetBlString (uint vmap, string key, uint idx)
 

Detailed Description

Get bounded-length string vector from a table_database vector map.

Note
D - shared3p protection domain
Parameters
vmap- vector map
string- key of vector in vector map
idx- index of bounded-length string vector in vector map vector
Returns
returns string vector in position idx
Leakage
None

Function Documentation

◆ tdbVmapGetBlString()

BlStringVector<D> tdbVmapGetBlString ( uint  vmap,
string  key,
uint  idx 
)