adapnex::core::OutputArrayMapping::ValueMapping::operator<<
Maps a variable that holds the element's value to be consumed by the output driver.
Description
|
Any task producing the variable value must be executed in the same TaskGroup as the driver to ensure updates to the variable are synchronized. |
|
Care must be taken to ensure the lifecycle of the variable is at least as long as the mapping to avoid reads from an invalid memory location. |
Parameters
| Name | Description |
|---|---|
target_ref |
The right operand |
Created with MrDocs