isRegisteredHandle overloads
Synopses
Declared in <bdlcc_timequeue.h>
Return true if an item having specified handle is currently registered with this time queue and false otherwise.
bool
isRegisteredHandle(Handle handle) const;
Return true if the specified handle is registered with the specified key.
bool
isRegisteredHandle(
Handle handle,
Key const& key) const;
Return Value
-
trueifhandleis registered, andfalseotherwise -
trueifhandleis registered withkey, andfalseotherwise
Parameters
Name |
Description |
handle |
handle to look up |
key |
key that must also match |
Created with MrDocs