|
SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
| template<domain D :shared3p , type T, dim N> | |
| void | publish (string name, D T[[N]] val) |
Function for publishing the named values of shared3p types.
| name | The name of the argument. |
| val | the value to publish under the given name. Accepts scalars as well as arrays. |
| void publish | ( | string | name, |
| D T[[N]] | val | ||
| ) |