[#BloombergLP-bdlmt-SignalerConnection-isConnected] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/SignalerConnection.adoc[SignalerConnection]::isConnected :relfileprefix: ../../../ :mrdocs: 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`. == Synopsis Declared in `<bdlmt_signaler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isConnected() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#