SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
template<type T> | |
void | keydb_set (string key, T value) |
template<type T> | |
void | keydb_set (string key, T[[1]] value) |
Store a new value in the database.
key | - the public key of the value. |
value | - the value to store. |
void keydb_set | ( | string | key, |
T | value | ||
) |
void keydb_set | ( | string | key, |
T[[1]] | value | ||
) |