adapnex::core::OutputArrayMapping::data

Returns a reference to the array consumed by the output driver. The reference can be used to write to the array.

Synopsis

Declared in <adapnex/core/mapping.h>

std::array<T, N>&
data();

Description

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

Return Value

A reference to the underlying data array.

Created with MrDocs