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

Functions

template<domain D :shared3p >
void tdbVmapAddBlStringValue (uint params, string key, BlStringVector< D > vec)
 

Detailed Description

Add a bounded-length string vector to a table_database vector map.

Note
D - shared3p protection domain
Parameters
params- vector map
key- key of vector in vector map
vec- bounded length string vector
Leakage
None

Function Documentation

◆ tdbVmapAddBlStringValue()

void tdbVmapAddBlStringValue ( uint  params,
string  key,
BlStringVector< D >  vec 
)