Specialization of Signaler_Invocable for a unary signal signature.
Declared in <bdlmt_signaler.h>
template<
class t_SIGNALER,
class t_ARG1>
struct Signaler_Invocable<t_SIGNALER, void(t_ARG1)>;
| Name | Description |
|---|---|
operator() | Emit this signal to all connected slots. |