adapnex::core::InputArrayMapping::ValueMapping::operator>>

Maps a variable that will hold the element's value produced by the input driver.

Synopsis

Declared in <adapnex/core/mapping.h>

void
operator>>(T& target_ref);

Description

Any task consuming the variable 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 updates being applied to an invalid memory location.

Parameters

Name Description

target_ref

The right operand

Created with MrDocs