Provides a call operator for the derived class bdlmt::Signaler, such that its call signature is identical to that of t_PROT.
Synopsis
Declared in <bdlmt_signaler.h>
template<
class t_SIGNALER,
class t_PROT>
struct Signaler_Invocable;
Specializations
Derived Classes
Name |
Description |
This class template provides a thread‐safe signaler that executes connected slots when invoked via its call operator. |
Created with MrDocs