Return true if an item having specified handle is currently registered with this time queue and false otherwise.
Synopsis
Declared in <bdlcc_timequeue.h>
bool
isRegisteredHandle(Handle handle) const;
Return Value
true if handle is registered, and false otherwise
Parameters
Name |
Description |
handle |
handle to look up |
Created with MrDocs