Return whether the associated slot is still connected.
Synopsis
Declared in <bdlmt_signaler.h>
bool
isConnected() const;
Description
Return true if the associated slot is connected to the signaler *this was obtained from, and false otherwise. If *this does not have an associated slot (i.e., was default‐constructed), return false.
Return Value
true if the associated slot is connected, and false otherwise
Created with MrDocs