Same as the preceding overload, with the specified key.
Declared in <bdlcc_timequeue.h>
int
update(
Handle handle,
Key const& key,
bsls::TimeInterval const& newTime,
int* isNewTop = 0);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| handle | handle of the item to update |
| key | key that must also match |
| newTime | new time value for the item |
| isNewTop | if non-null, set if the item is now the lowest |