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

Functions

template<type T>
keydb_get (string key)
 

Detailed Description

Get value stored in database.

Note
T - any data type
Parameters
key- the public key of the value.
Returns
the value stored in the database.

Function Documentation

◆ keydb_get()

T keydb_get ( string  key)