adapnex::core::InputValueMapping::value

Returns a reference to the value produced by the input driver.

Synopsis

Declared in <adapnex/core/mapping.h>

T const&
value() const;

Description

Any task consuming 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 value.

Created with MrDocs