Create a Signaler_Node object having no connected slots. Specify an allocator used to supply memory. Note that the supplied allocator must remain valid until all connection objects associated with this signaler are destroyed.
Synopsis
Declared in <bdlmt_signaler.h>
explicit
Signaler_Node(bslma::Allocator* allocator);
Created with MrDocs