Return true if lhs and rhs do not refer to the same slot.
Synopsis
Declared in <bdlmt_signaler.h>
bool
operator!=(
SignalerConnection const& lhs,
SignalerConnection const& rhs);
Description
Return false if the specified lhs and rhs referring to the same slot and true otherwise.
Return Value
true if lhs and rhs do not refer to the same slot, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand‐side connection |
rhs |
right‐hand‐side connection |
Created with MrDocs