SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
keydb_set(string, value)

Functions

template<type T>
void keydb_set (string key, T value)
 
template<type T>
void keydb_set (string key, T[[1]] value)
 

Detailed Description

Store a new value in the database.

Note
T - any data type
Parameters
key- the public key of the value.
value- the value to store.

Function Documentation

◆ keydb_set() [1/2]

void keydb_set ( string  key,
value 
)

◆ keydb_set() [2/2]

void keydb_set ( string  key,
T[[1]]  value 
)