Return whether the associated slot is still connected.
Declared in <bdlmt_signaler.h>
bool
isConnected() const;
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.
true if the associated slot is connected, and false otherwise