Skip to main content

utility:merge scopings

Version: 0.0.0

Description

Assembles a set of scopings into a unique one.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
scopingsscoping, scopings_container, vector<shared_ptr<scoping>>Either a scopings container, a vector of scopings to merge, or scopings from pin 0 to ...

Outputs

OutputNameExpected type(s)Description
Pin 0merged_scopingscoping

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: utility

Plugin: core

Scripting name: merge_scopings

Full name: utility.merge_scopings

Internal name: merge::scoping

License: None

Changelog

  • Version 0.0.0: Initial release.