Alias for uniquely identifying a valid node in the time queue.
Synopsis
Declared in <bdlcc_timequeue.h>
typedef int Handle;
Description
Handles are returned when nodes are added to the time queue, and must be supplied to the update and remove methods to identify existing nodes. When a node is removed, the handle value becomes invalid, though invalidated handle values are eventually reused. See the component‐level documentation for more details.
Created with MrDocs