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

◆ getValue()

template<typename Key, typename Value, typename UpdateTag>
const Value & DataStorm::Sample< Key, Value, UpdateTag >::getValue ( ) const
nodiscardnoexcept

Gets the value of the sample.

Depending on the sample event, the sample value might not always be available. It's the case if the sample event is Remove where this method will return a default value.

Returns
The sample value.

Definition at line 894 of file DataStorm.h.