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

Functions

template<domain D :shared3p , type T>
void tdbVmapAddValue (uint64 id, string paramname, D T[[1]] values)
 

Detailed Description

Add a vector to a vector in a vector map.

Note
D - shared3p protection domain
Supported types - bool / uint8 / uint16 / uint32 / uint / int8 / int16 / int32 / int / float32 / float64 xor_uint8 / xor_uint16 / xor_uint32 / xor_uint64
Parameters
id- vector map id
paramname- name of the vector to which the argument vector is added
values- vector to be added

Function Documentation

◆ tdbVmapAddValue()

void tdbVmapAddValue ( uint64  id,
string  paramname,
D T[[1]]  values 
)