adapnex::core::OutputValueMapping::operator<<

Maps a variable that holds the value to be consumed by the output driver.

Synopsis

Declared in <adapnex/core/mapping.h>

void
operator<<(T& target_ref);

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