BloombergLP::bdlmt::Signaler_Invocable<t_SIGNALER, void(t_ARG1, t_ARG2)>::operator()

Emit this signal to all connected slots.

Synopsis

Declared in <bdlmt_signaler.h>

void
operator()(
    t_ARG1 arg1,
    t_ARG2 arg2) const;

Description

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.

Parameters

NameDescription
arg1argument 1 forwarded to each connected slot
arg2argument 2 forwarded to each connected slot