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);

Parameters

Name

Description

key

integral value cast to a void * key

Created with MrDocs