This type is a wrapper around a void pointer that will be supplied and used by clients to uniquely identify an item in the queue.
Declared in <bdlcc_timequeue.h>
class Key;
| Name | Description |
|---|---|
Key [constructor] | Constructors |
~Key [destructor] | Destroy this Key object. |
operator== | Return true if this object has the same value as the specified rhs object, and false otherwise. |
operator!= | Return true if this object does not have the same value as the specified rhs object, and false otherwise. |