Notify this signaler that the slot identified by slotMapKey disconnected.

Synopsis

Declared in <bdlmt_signaler.h>

void
notifyDisconnected(SlotMapKey slotMapKey) noexcept;

Description

Notify this signaler that a slot with the specified slotMapKey was disconnected. Throws nothing.

Parameters

Name

Description

slotMapKey

key of the slot that was disconnected

Created with MrDocs