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

Functions

template<domain D :shared3p , type T, dim N>
void publish (string name, D T[[N]] val)
 

Detailed Description

Function for publishing the named values of shared3p types.

Note
N - any array size of any dimension
T - any data type
Parameters
nameThe name of the argument.
valthe value to publish under the given name. Accepts scalars as well as arrays.

Function Documentation

◆ publish()

void publish ( string  name,
D T[[N]]  val 
)