Return true if the specified handle is registered with the specified key.
Declared in <bdlcc_timequeue.h>
bool
isRegisteredHandle(
Handle handle,
Key const& key) const;
true if handle is registered with key, and false otherwise
| Name | Description |
|---|---|
| handle | handle to look up |
| key | key that must also match |