BloombergLP::bdlmt::Signaler_Invocable<t_SIGNALER, void()>

Synopsis

Declared in <bdlmt_signaler.h>

template<class t_SIGNALER>
struct Signaler_Invocable<t_SIGNALER, void()>;

Member Functions

NameDescription
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.