Constructors

Synopses

Declared in <bdlcc_timequeue.h>

Create a Key object having the specified key value cast to a void *.

explicit
Key(int key);

Create a Key object having the specified key value.

explicit
Key(void const* key);

Created with MrDocs