Constructors
Declared in <bdlcc_timequeue.h>
Create a Key object having the specified key value cast to a void *.
explicit
Key(int key);
» more...
Create a Key object having the specified key value.
explicit
Key(void const* key);
» more...
| Name | Description |
|---|---|
| key | integral value cast to a void * key |