Same as the preceding overload, with the specified key.

Synopsis

Declared in <bdlcc_timequeue.h>

int
update(
    Handle handle,
    Key const& key,
    bsls::TimeInterval const& newTime,
    int* isNewTop = 0);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

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

Created with MrDocs