Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ update()

template<typename Key, typename Value, typename UpdateTag>
void DataStorm::SingleKeyWriter< Key, Value, UpdateTag >::update ( const Value & value)

Updates the data element.

This generates a SampleEvent::Update sample with the given value.

Parameters
valueThe data element value.

Definition at line 1368 of file DataStorm.h.