Defines a "key" used to index slots in an associative collection. The first element of the pair is the slot call group; the second is the slot ID.
Synopsis
Declared in <bdlmt_signaler.h>
typedef bsl::pair<int, unsigned int> SlotMapKey;
Created with MrDocs