adapnex::core::OutputArrayMapping::ValueMapping::value

Returns a reference to the element's value consumed by the output driver. The reference can be used to assign a value to the element.

Synopsis

Declared in <adapnex/core/mapping.h>

T&
value();

Description

Any task producing the value must be executed in the same TaskGroup as the driver to ensure updates to the value are synchronized.

Return Value

A reference to the element's value.

Created with MrDocs