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

◆ remove()

template<typename Key, typename Value, typename UpdateTag>
void DataStorm::SingleKeyWriter< Key, Value, UpdateTag >::remove ( )
noexcept

Removes the data element.

This generates a SampleEvent::Remove sample and releases the key's current value on the writer and on the readers that receive the sample, so a later partial update has no value to resolve against and is rejected until a new full value is written.

Definition at line 1427 of file DataStorm.h.