Synopsis

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>
struct Signaler_Invocable<t_SIGNALER, void(t_ARG1, t_ARG2, t_ARG3, t_ARG4, t_ARG5, t_ARG6, t_ARG7)>;

Member Functions

Name

Description

operator()

Call the functions held in all slot holders, in the order of group numbers and with the ordering within one group being the order in which connections were made, passing the number and type of arguments passed to this function.

Created with MrDocs