Specialization of Signaler_Invocable for an 8-argument signal signature.
Declared in <bdlmt_signaler.h>
template<
class t_SIGNALER,
class t_ARG1,
class t_ARG2,
class t_ARG3,
class t_ARG4,
class t_ARG5,
class t_ARG6,
class t_ARG7,
class t_ARG8>
struct Signaler_Invocable<t_SIGNALER, void(t_ARG1, t_ARG2, t_ARG3, t_ARG4, t_ARG5, t_ARG6, t_ARG7, t_ARG8)>;
| Name | Description |
|---|---|
operator() | Emit this signal to all connected slots. |