Specialization of Signaler_Invocable for a 4‐argument signal signature.

Synopsis

Declared in <bdlmt_signaler.h>

template<
    class t_SIGNALER,
    class t_ARG1,
    class t_ARG2,
    class t_ARG3,
    class t_ARG4>
struct Signaler_Invocable<t_SIGNALER, void(t_ARG1, t_ARG2, t_ARG3, t_ARG4)>;

Member Functions

Name

Description

operator()

Emit this signal to all connected slots.

Created with MrDocs